From: Bryan Duxbury Date: Sun, 28 Mar 2010 21:02:38 +0000 (+0000) Subject: THRIFT-363. java: Maven Deploy X-Git-Tag: 0.3.0~50 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=547edc7ae0fe871d452ecb34129c2bb4a1778014;p=common%2Fthrift.git THRIFT-363. java: Maven Deploy This commit adds changes to build.xml so that we can generate a POM file and publish the artifact to the Apache Maven repo. For now, we haven't published yet - we'll do that at the next release. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@928494 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/lib/java/build.xml b/lib/java/build.xml index b02b1379..ed55c2fe 100644 --- a/lib/java/build.xml +++ b/lib/java/build.xml @@ -18,7 +18,8 @@ under the License. --> + xmlns:ivy="antlib:org.apache.ivy.ant" + xmlns:artifact="antlib:org.apache.maven.artifact.ant"> Thrift Build File @@ -26,7 +27,8 @@ - + + @@ -35,6 +37,7 @@ + @@ -45,7 +48,14 @@ - + + + + + + + + @@ -56,7 +66,7 @@ - + @@ -127,7 +137,7 @@ - + @@ -154,7 +164,7 @@ - + @@ -241,4 +251,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/lib/java/ivy.xml b/lib/java/ivy.xml index aafc0da4..ec55def8 100644 --- a/lib/java/ivy.xml +++ b/lib/java/ivy.xml @@ -15,7 +15,12 @@ limitations under the License. --> - + + + + + +