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/ivy.xml b/lib/java/ivy.xml
index aafc0da..ec55def 100644
--- a/lib/java/ivy.xml
+++ b/lib/java/ivy.xml
@@ -15,7 +15,12 @@
    limitations under the License.
 -->
 <ivy-module version="1.0">
-    <info organisation="jayasoft" module="hello-ivy" />
+    <info organisation="org.apache.thrift" module="libthrift" revision="0.3.0-20100116" >
+      <license name="apache" />
+      <ivyauthor name="Thrift Team" url="thrift-dev@incubator.apache.org" />
+      <repository name="apache repository" url="http://incubator.apache.org/thrift/" />
+      <description homepage="http://incubator.apache.org/thrift/" />
+    </info>
     <dependencies>
        <dependency org="org.slf4j" name="slf4j-api" rev="1.5.8" conf="* -> *,!sources,!javadoc"/>
        <dependency org="org.slf4j" name="slf4j-simple" rev="1.5.8" conf="* -> *,!sources,!javadoc"/>