diff --git ant/deploy.xml ant/deploy.xml index ff05531..270a745 100644 --- ant/deploy.xml +++ ant/deploy.xml @@ -65,6 +65,7 @@ + @@ -73,6 +74,7 @@ + diff --git build-common.xml build-common.xml index 03c8bd8..cab3f66 100644 --- build-common.xml +++ build-common.xml @@ -80,6 +80,7 @@ + diff --git build.properties build.properties index ef11e58..600ee51 100644 --- build.properties +++ build.properties @@ -36,6 +36,7 @@ clover.pdf.report.dir=${build.dir}/test/clover/pdf/reports ivysettings.xml=${path.to.basedir}/ivy/ivysettings.xml ivy.xml=${basedir}/ivy.xml pom.file=${build.dir}/ivy/${ant.project.name}-${hcatalog.version}.pom +ivy.cache.dir=${user.home}/.ivy2/cache findbugs.out.dir=${test.dir}/findbugs findbugs.exclude.file=${basedir}/src/test/findbugsExcludeFile.xml @@ -80,3 +81,5 @@ shims.23.hadoop.version=${hive.hadoop-0.23.version} mvn.deploy.repo.id=apache.snapshots.https mvn.deploy.repo.url=https://repository.apache.org/content/repositories/snapshots + +mvn.local.repo=${user.home}/.m2/repository diff --git build.xml build.xml index 0d8918d..86b1fd9 100644 --- build.xml +++ build.xml @@ -156,6 +156,7 @@ basedir="${build.classes}"/> + diff --git ivy/ivysettings.xml ivy/ivysettings.xml index 90a5038..cfe292a 100644 --- ivy/ivysettings.xml +++ ivy/ivysettings.xml @@ -31,7 +31,6 @@ --> - @@ -39,12 +38,13 @@ + - - + + + +