Repository: bigtop Updated Branches: refs/heads/master f0be77f43 -> 56e49d5fa
BIGTOP-1838: Publish results of pig build to local ivy/maven repositories The pig build does not execute the published target. This means that other pieces of the bigtop ecosystem do not pick up the correct pig dependencies from the bigtop build. Instead, they pick them up from the central maven repository (or they fail to find them if a bigtop has pig version that is not publicly released). This is a problem because builds like datafu pick up their pig dependency via ivy and they are not able to do so. Signed-off-by: Konstantin Boudnik <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/56e49d5f Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/56e49d5f Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/56e49d5f Branch: refs/heads/master Commit: 56e49d5fa38e4fc566d7cb8ca9dda31a8ae6f4fd Parents: f0be77f Author: Rob Leidle <[email protected]> Authored: Tue Apr 21 09:47:57 2015 -0700 Committer: Konstantin Boudnik <[email protected]> Committed: Tue Apr 21 14:06:52 2015 -0700 ---------------------------------------------------------------------- bigtop-packages/src/common/pig/do-component-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/56e49d5f/bigtop-packages/src/common/pig/do-component-build ---------------------------------------------------------------------- diff --git a/bigtop-packages/src/common/pig/do-component-build b/bigtop-packages/src/common/pig/do-component-build index 350a0fa..5c210a3 100644 --- a/bigtop-packages/src/common/pig/do-component-build +++ b/bigtop-packages/src/common/pig/do-component-build @@ -59,7 +59,7 @@ done echo "forrest.maxmemory=256m" >> src/docs/forrest.properties export ANT_OPTS="-Xmx4096m" -ant $BUILD_OPTS clean jar pigunit-jar smoketests-jar javadoc "$@" +ant $BUILD_OPTS clean published pigunit-jar smoketests-jar javadoc "$@" for build_file in contrib/piggybank/java/build.xml ; do ant $BUILD_OPTS -buildfile $build_file clean jar "$@" done
