Index: ant/dependencies.xml =================================================================== --- ant/dependencies.xml (revision 1389508) +++ ant/dependencies.xml (working copy) @@ -26,6 +26,7 @@ + Index: ant/deploy.xml =================================================================== --- ant/deploy.xml (revision 1389508) +++ ant/deploy.xml (working copy) @@ -20,6 +20,23 @@ + + + + Signing @{inputFile} + + + + + + + + + + + + + + + + + + + + + + + + <_sign inputFile="${build.dir}/${ant.project.name}-${hcatalog.version}.jar"/> + <_sign inputFile="${pom.file}"/> + + + + + + + + Index: build-common.xml =================================================================== --- build-common.xml (revision 1389508) +++ build-common.xml (working copy) @@ -75,7 +75,9 @@ - + + + Index: build.properties =================================================================== --- build.properties (revision 1389508) +++ build.properties (working copy) @@ -60,3 +60,23 @@ shims.20S.hadoop.version=${hive.hadoop-0.20S.version} shims.23.hive.shims.include=0.23 shims.23.hadoop.version=${hive.hadoop-0.23.version} + +############################################################################### +# deploy properties +# +# "Maven Ant Tasks" are used to publish artifacts to maven repositories. This +# means your ~/.m2/settings.xml file must contain the appropriate credentials +# matching the mvn.deploy.repo.id you choose to publish to. +# +# +# +# +# apache.snapshots.https +# travis +# mypassword +# +# +# + +mvn.deploy.repo.id=apache.snapshots.https +mvn.deploy.repo.url=https://repository.apache.org/content/repositories/snapshots Index: build.xml =================================================================== --- build.xml (revision 1389508) +++ build.xml (working copy) @@ -340,6 +340,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + <_sign inputFile="${build.dir}/hcatalog/hcatalog-${hcatalog.version}.jar"/> + <_sign inputFile="${build.dir}/ivy/hcatalog-${hcatalog.version}.pom"/> + + + + + + + + <_sign inputFile="${build.dir}/hcatalog/hcatalog-core-${hcatalog.version}.jar"/> + <_sign inputFile="${build.dir}/ivy/hcatalog-core-${hcatalog.version}.pom"/> + + + + + + + + + + + + + + + + + + + + + +