Jake Farrell | 9901069 | 2011-11-30 02:09:46 +0000 | [diff] [blame] | 1 | thrift.version=0.9.0 |
Jake Farrell | 4b8faf9 | 2011-04-19 21:11:54 +0000 | [diff] [blame] | 2 | thrift.groupid=org.apache.thrift |
| 3 | |
| 4 | # Jar Versions |
| 5 | mvn.ant.task.version=2.1.3 |
| 6 | |
| 7 | # Local Install paths |
| 8 | install.path=/usr/local/lib |
| 9 | install.javadoc.path=${install.path} |
| 10 | |
| 11 | # Maven dependency download locations |
| 12 | mvn.repo=http://repo1.maven.org/maven2 |
| 13 | apache.repo=https://repository.apache.org/content/repositories/releases |
| 14 | mvn.ant.task.url=${mvn.repo}/org/apache/maven/maven-ant-tasks/${mvn.ant.task.version} |
| 15 | mvn.ant.task.jar=maven-ant-tasks-${mvn.ant.task.version}.jar |
| 16 | |
| 17 | # Apache Maven publish |
Jake Farrell | d889d8d | 2011-11-06 23:40:07 +0000 | [diff] [blame] | 18 | license=http://www.apache.org/licenses/LICENSE-2.0.txt |
Jake Farrell | 4b8faf9 | 2011-04-19 21:11:54 +0000 | [diff] [blame] | 19 | maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 |
| 20 | maven-repository-id=apache.releases.https |
| 21 | |
Jake Farrell | 4b8faf9 | 2011-04-19 21:11:54 +0000 | [diff] [blame] | 22 | # Jar Versions |
| 23 | mvn.ant.task.version=2.1.3 |
| 24 | |