/[Apache-SVN]
ViewVC logotype

Revision 1095216


Jump to revision: Previous Next
Author: jfarrell
Date: Tue Apr 19 21:11:54 2011 UTC (13 years, 6 months ago)
Changed paths: 4
Log Message:
Thrift-363: Maven Deploy
Patch: jfarrell
Client lib: java

Adding the ability to publish the java client library as artifacts to the apache maven repository.     

Usage: ant -Drelease=true publish
Note: You must have a gpg key setup and push it to pgp.mit.edu and
  have a ~/.m2/settings.xml file containing your apache and gpg information.
  Thrift-1114 will help make this file more secure or unnecessary.

  <settings>
    <servers>
      <server>
        <id>apache.releases.https</id>
        <username>@APACHE_USERNAME@</username>
        <password>@APACHE_PASSWORD@</password>
      </server>
    </servers>
    <profiles>
      <profile>
        <id>gpg</id>
        <properties>
          <gpg.passphrase>@GPG_PASSPHRASE@</gpg.passphrase>
        </properties>
      </profile>
    </profiles>
  </settings>



Changed paths

Path Details
Directorythrift/branches/0.6.x/lib/java/build.properties added
Directorythrift/branches/0.6.x/lib/java/build.xml modified , text changed
Directorythrift/trunk/lib/java/build.properties added
Directorythrift/trunk/lib/java/build.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26