Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Nightly Builds

Wiki Markup
The Lucene nightly builds are run on ASF Jenkins.  See all Lucene/Solr jobs run on the dedicated VM: \[https://builds.apache.org/computer/lucene/\].

Jenkins Nightly Builds

Dedicated nightly Maven builds are run on Jenkins for both Solr and Lucene:

  • master (7.0-SNAPSHOT): Status
  • branch_6x (6.X-SNAPSHOT): 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:

No Format
<repository>
  <id>apache.snapshots</id>
  <name>Apache Snapshot Repository</name>
  <url>http://repository.apache.org/snapshots</url>
  <releases>
    <enabled>false</enabled>
  </releases>
</repository>