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 2011/05/09 18:09:28 UTC

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

Author: sarowe
Date: Mon May  9 16:09:28 2011
New Revision: 1101084

URL: http://svn.apache.org/viewvc?rev=1101084&view=rev
Log:
fix typo; add vertical whitespace between sections

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=1101084&r1=1101083&r2=1101084&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/README.maven (original)
+++ lucene/dev/trunk/dev-tools/maven/README.maven Mon May  9 16:09:28 2011
@@ -18,6 +18,7 @@ A. How to use nightly Jenkins-built Luce
    
       <https://builds.apache.org/hudson/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/>
 
+
 B. How to generate Lucene Maven artifacts
 
    1. Prerequisites: JDK 1.5+, Ant 1.7.X, and maven-ant-tasks-2.1.1.jar
@@ -70,8 +71,8 @@ D. How to use Maven to build Lucene/Solr
 
    The details, followed by some example Maven commands:
 
-   1. Prerequisite: JDK 1.5+ (for Lucene); JDK 1.6+ (for Solr);
-                    Maven 2.2.1 or 3.0.X
+   1. Prerequisites: JDK 1.5+ (for Lucene); JDK 1.6+ (for Solr);
+                     Maven 2.2.1 or 3.0.X
 
    2. Make sure your sources are up to date.  If you checked your sources out
       from the Apache Subversion repository, run "svn update" from the top
@@ -103,9 +104,10 @@ D. How to use Maven to build Lucene/Solr
 
       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 insall"
+      "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: