You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2013/02/26 17:27:42 UTC

[Lucene-java Wiki] Update of "HowNightlyBuildsAreMade" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-java Wiki" for change notification.

The "HowNightlyBuildsAreMade" page has been changed by SteveRowe:
http://wiki.apache.org/lucene-java/HowNightlyBuildsAreMade?action=diff&rev1=24&rev2=25

- = How Nightly Builds Are Made =
+ #REDIRECT NightlyBuilds
  
- The Lucene nightly builds are run on Jenkins (the continuous integration server formerly known as Hudson).
- 
- 
- == Jenkins Nightly Builds ==
- 
-  * Trunk (4.X-SNAPSHOT): [[https://builds.apache.org/job/Lucene-trunk/lastSuccessfulBuild/artifact/artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-trunk/|Status]] - [[http://builds.apache.org/job/Lucene-trunk/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[http://builds.apache.org/job/Lucene-trunk/javadoc/|Javadocs]]
- 
- Dedicated nightly Maven builds are run on Jenkins for both Solr and Lucene:
- 
-  * Trunk (4.X-SNAPSHOT): [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]
- 
- Snapshots are deployed from the above two builds to the Apache Snapshot repository. Add the following to your pom.xml to use these artifacts:
- {{{
- <repository>
-   <id>apache.snapshots</id>
-   <name>Apache Snapshot Repository</name>
-   <url>http://repository.apache.org/snapshots</url>
-   <releases>
-     <enabled>false</enabled>
-   </releases>
- </repository>
- }}}
- 
- == Build Scripts ==
- 
- The scripts run by Jenkins for Solr and Lucene (both the nightly builds and the more frequent test-only builds) are here:
- 
- http://svn.apache.org/viewvc/lucene/dev/nightly/
-