James E. King III | b1d63e7 | 2019-01-22 14:16:39 -0500 | [diff] [blame^] | 1 | # This file is shared currently between this Gradle build and the |
| 2 | # Ant builds for fd303 and JavaScript. Keep the dotted notation for |
| 3 | # the properties to minimize the changes in the dependencies. |
| 4 | thrift.version=1.0.0 |
| 5 | thrift.groupid=org.apache.thrift |
| 6 | release=false |
| 7 | sign=false |
| 8 | |
| 9 | # Local Install paths |
| 10 | install.path=/usr/local/lib |
| 11 | install.javadoc.path=/usr/local/lib |
| 12 | |
| 13 | # Test execution properties |
| 14 | testPort=9090 |
| 15 | |
| 16 | # Maven dependency download locations |
| 17 | mvn.repo=http://repo1.maven.org/maven2 |
| 18 | apache.repo=https://repository.apache.org/content/repositories/releases |
| 19 | |
| 20 | # Apache Maven publish |
| 21 | license=http://www.apache.org/licenses/LICENSE-2.0.txt |
| 22 | maven-repository-url=https://repository.apache.org/service/local/staging/deploy/maven2 |
| 23 | maven-repository-id=apache.releases.https |