mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 17:49:29 +00:00
fix typo; add vertical whitespace between sections
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1101084 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
393239e06b
commit
b12ed71c4e
@ -18,6 +18,7 @@ A. How to use nightly Jenkins-built Lucene/Solr Maven artifacts
|
||||
|
||||
<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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user