You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2012/04/17 19:16:00 UTC

svn commit: r1327185 - /lucene/dev/nightly/common-maven.sh

Author: sarowe
Date: Tue Apr 17 17:15:59 2012
New Revision: 1327185

URL: http://svn.apache.org/viewvc?rev=1327185&view=rev
Log:
Removed obsolete stuff

Modified:
    lucene/dev/nightly/common-maven.sh

Modified: lucene/dev/nightly/common-maven.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/common-maven.sh?rev=1327185&r1=1327184&r2=1327185&view=diff
==============================================================================
--- lucene/dev/nightly/common-maven.sh (original)
+++ lucene/dev/nightly/common-maven.sh Tue Apr 17 17:15:59 2012
@@ -1,7 +1,6 @@
 ## This script is sourced from the *-maven-*.sh scripts.
 ## The commands in this file should work in any branch/trunk.
 
-MAVEN_ARTIFACTS=$WORKSPACE/maven_artifacts
 export M2_HOME=$HOME/tools/maven/latest2.2
 
 echo ">>> Removing Lucene/Solr artifacts from ~/.m2/repository/"
@@ -15,10 +14,6 @@ echo ">>> Populating Maven POMs"
 $ANT_HOME/bin/ant get-maven-poms
 echo ">>> Done populating Maven POMs"
 
-echo ">>> Installing non-mavenized deps into the maven local repo"
-$M2_HOME/bin/mvn --batch-mode --non-recursive -Pbootstrap install
-echo ">>> Done installing non-mavenized deps into the maven local repo"
-
 echo ">>> Running the Maven build without tests"
 $M2_HOME/bin/mvn --batch-mode --fail-at-end -DskipTests install
 echo ">>> Done running the Maven build without tests"