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/06 00:26:57 UTC

svn commit: r1310110 - /lucene/dev/trunk/dev-tools/maven/README.maven

Author: sarowe
Date: Thu Apr  5 22:26:57 2012
New Revision: 1310110

URL: http://svn.apache.org/viewvc?rev=1310110&view=rev
Log:
Remove mention of 'mvn -N -P bootstrap install', since the bootstrap profile is currently a no-op

Modified:
    lucene/dev/trunk/dev-tools/maven/README.maven

Modified: lucene/dev/trunk/dev-tools/maven/README.maven
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/README.maven?rev=1310110&r1=1310109&r2=1310110&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/README.maven (original)
+++ lucene/dev/trunk/dev-tools/maven/README.maven Thu Apr  5 22:26:57 2012
@@ -75,7 +75,6 @@ D. How to use Maven to build Lucene/Solr
 
          svn update
          ant get-maven-poms
-         mvn -N -Pbootstrap install
 
    The details, followed by some example Maven commands:
 
@@ -103,17 +102,6 @@ D. How to use Maven to build Lucene/Solr
 
          ant -Dversion=4.0-my-special-version get-maven-poms
 
-   4. Populate your local repository with .jars & POMs for dependencies that
-      are not available from public Maven repositories (a.k.a. "non-mavenized
-      dependencies"):
-
-         mvn -N -Pbootstrap install
-
-      Note that you will need to do this whenever changes to the non-Mavenized
-      dependencies are committed.  It's a good idea to follow every
-      "svn update" with "ant get-maven-poms" and "mvn -N -Pbootstrap install"
-      for this reason.
-
 
    Some example Maven commands you can use after you perform the above
    preparatory steps: