Repository: bigtop
Updated Branches:
  refs/heads/master 217a1e016 -> 6ba4971c1


BIGTOP-1458. Maven build severly broken


Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/0c3e64b1
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/0c3e64b1
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/0c3e64b1

Branch: refs/heads/master
Commit: 0c3e64b19c652648a4159d901c5616f6d2012684
Parents: 217a1e0
Author: Olaf Flebbe <[email protected]>
Authored: Sat Oct 4 19:47:34 2014 -0700
Committer: Roman Shaposhnik <[email protected]>
Committed: Sat Oct 4 19:47:34 2014 -0700

----------------------------------------------------------------------
 .../src/common/datafu/do-component-build        |  2 +-
 .../src/common/pig/do-component-build           |  2 +-
 .../src/common/solr/do-component-build          | 22 ++++++++++----------
 .../src/common/zookeeper/do-component-build     |  4 ++--
 4 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/0c3e64b1/bigtop-packages/src/common/datafu/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/datafu/do-component-build 
b/bigtop-packages/src/common/datafu/do-component-build
index be0f4b6..a680be8 100644
--- a/bigtop-packages/src/common/datafu/do-component-build
+++ b/bigtop-packages/src/common/datafu/do-component-build
@@ -23,5 +23,5 @@ sed -i -e '/<dependency org="org.apache.pig"/s# rev=[^ >][^ 
>]*# rev="'$PIG_VERS
 ant jar -Dversion=$DATAFU_VERSION "$@"
 
 # Install artifacts into the local Maven cache
-mvn install:install-file -DgroupId=com.linkedin.datafu -DartifactId=datafu 
-Dversion=$DATAFU_VERSION -Dpackaging=jar -Dfile=dist/datafu-$DATAFU_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=com.linkedin.datafu 
-DartifactId=datafu -Dversion=$DATAFU_VERSION -Dpackaging=jar 
-Dfile=dist/datafu-$DATAFU_VERSION.jar
 

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0c3e64b1/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 1834719..339641b 100644
--- a/bigtop-packages/src/common/pig/do-component-build
+++ b/bigtop-packages/src/common/pig/do-component-build
@@ -62,4 +62,4 @@ done
 ant $BUILD_OPTS tar "$@"
 
 # install the Pig jar into the local Maven cache
-mvn install:install-file -DgroupId=org.apache.pig -DartifactId=pig 
-Dversion=${PIG_VERSION} -Dpackaging=jar -Dfile=pig.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.pig 
-DartifactId=pig -Dversion=${PIG_VERSION} -Dpackaging=jar -Dfile=pig.jar

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0c3e64b1/bigtop-packages/src/common/solr/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/solr/do-component-build 
b/bigtop-packages/src/common/solr/do-component-build
index a8fd66c..9e2ad28 100755
--- a/bigtop-packages/src/common/solr/do-component-build
+++ b/bigtop-packages/src/common/solr/do-component-build
@@ -43,14 +43,14 @@ ant $BUILD_OPTS clean
 (cd solr ; ant $BUILD_OPTS create-package "$@")
 
 # Install artifacts into the local Maven cache
-mvn install:install-file -DgroupId=org.apache.solr 
-DartifactId=solr-dataimporthandler-extras -Dversion=$SOLR_VERSION 
-Dpackaging=jar -Dfile=solr/dist/solr-dataimporthandler-extras-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr 
-DartifactId=solr-dataimporthandler -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-dataimporthandler-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr 
-DartifactId=solr-analysis-extras -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-analysis-extras-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-solrj 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-solrj-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-uima 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-uima-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr 
-DartifactId=solr-test-framework -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-test-framework-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-cell 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-cell-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr 
-DartifactId=solr-clustering -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-clustering-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-core 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-core-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-velocity 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-velocity-$SOLR_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.solr -DartifactId=solr-langid 
-Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-langid-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-dataimporthandler-extras -Dversion=$SOLR_VERSION 
-Dpackaging=jar -Dfile=solr/dist/solr-dataimporthandler-extras-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-dataimporthandler -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-dataimporthandler-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-analysis-extras -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-analysis-extras-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-solrj -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-solrj-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-uima -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-uima-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-test-framework -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-test-framework-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-cell -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-cell-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-clustering -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-clustering-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-core -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-core-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-velocity -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-velocity-$SOLR_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.solr 
-DartifactId=solr-langid -Dversion=$SOLR_VERSION -Dpackaging=jar 
-Dfile=solr/dist/solr-langid-$SOLR_VERSION.jar

http://git-wip-us.apache.org/repos/asf/bigtop/blob/0c3e64b1/bigtop-packages/src/common/zookeeper/do-component-build
----------------------------------------------------------------------
diff --git a/bigtop-packages/src/common/zookeeper/do-component-build 
b/bigtop-packages/src/common/zookeeper/do-component-build
index 9e1c713..1529c84 100644
--- a/bigtop-packages/src/common/zookeeper/do-component-build
+++ b/bigtop-packages/src/common/zookeeper/do-component-build
@@ -21,5 +21,5 @@ set -ex
 sed -i.orig -e 's#test-jar,api-report#test-jar#g' build.xml
 ant -Dversion=$ZOOKEEPER_VERSION -f build.xml package "$@"
 
-mvn install:install-file -DgroupId=org.apache.zookeeper -DartifactId=zookeeper 
-Dversion=$ZOOKEEPER_VERSION -Dpackaging=jar 
-Dfile=build/zookeeper-$ZOOKEEPER_VERSION.jar
-mvn install:install-file -DgroupId=org.apache.zookeeper -DartifactId=zookeeper 
-Dversion=$ZOOKEEPER_VERSION -Dclassifier=tests -Dpackaging=jar 
-Dfile=build/zookeeper-$ZOOKEEPER_VERSION-test.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.zookeeper 
-DartifactId=zookeeper -Dversion=$ZOOKEEPER_VERSION -Dpackaging=jar 
-Dfile=build/zookeeper-$ZOOKEEPER_VERSION.jar
+mvn install:install-file -DcreateChecksum=true -DgroupId=org.apache.zookeeper 
-DartifactId=zookeeper -Dversion=$ZOOKEEPER_VERSION -Dclassifier=tests 
-Dpackaging=jar -Dfile=build/zookeeper-$ZOOKEEPER_VERSION-test.jar

Reply via email to