You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/07/05 20:50:43 UTC

[Solr Wiki] Update of "NightlyBuilds" by SteveRowe

Dear Wiki user,

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

The "NightlyBuilds" page has been changed by SteveRowe:
http://wiki.apache.org/solr/NightlyBuilds?action=diff&rev1=8&rev2=9

Comment:
Copied Ryan McKinley's POM snippet from the Lucene wiki; 3.3-SNAPSHOT -> 3.4-SNAPSHOT

  == Jenkins Nightly Builds ==
  
   * Trunk (4.0-SNAPSHOT): [[https://builds.apache.org/job/Solr-trunk/lastSuccessfulBuild/artifact/artifacts/|Download]] - [[http://builds.apache.org/job/Solr-trunk/|Status]] - [[http://builds.apache.org/job/Solr-trunk/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[http://builds.apache.org/job/Solr-trunk/javadoc/|Javadocs]]
-  * Branch 3x (3.3-SNAPSHOT): [[https://builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/artifact/artifacts/|Download]] - [[https://builds.apache.org/job/Solr-3.x/|Status]] - [[https:/builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-3.x/javadoc/|Javadocs]]
+  * Branch 3x (3.4-SNAPSHOT): [[https://builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/artifact/artifacts/|Download]] - [[https://builds.apache.org/job/Solr-3.x/|Status]] - [[https:/builds.apache.org/job/Solr-3.x/lastSuccessfulBuild/clover/|Clover Test Coverage]] - [[https://builds.apache.org/job/Solr-3.x/javadoc/|Javadocs]]
  
  Maven artifacts are published by Jenkins for both Solr and Lucene by dedicated nightly Maven builds:
  
-  * Trunk (4.0-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]
+  * Trunk (4.0-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-trunk/|Status]]<<BR>><<BR>>
+  To use these snapshot builds in your pom, you may want to add the following to your pom.xml
+  {{{
+  <repository>
+    <id>lucene-solr-jenkins-trunk</id>
+    <name>Lucene/Solr Jenkins trunk</name>
+    <url>https://builds.apache.org/job/Lucene-Solr-Maven-trunk/lastSuccessfulBuild/artifact/maven_artifacts</url>
+    <layout>default</layout>
+    <snapshots>
+      <enabled>true</enabled>
+    </snapshots>
+  </repository>
+  }}}
+ 
-  * Branch 3x (3.3-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-3.x/|Status]]
+  * Branch 3x (3.4-SNAPSHOT): [[https://builds.apache.org/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts/|Download]] - [[http://builds.apache.org/job/Lucene-Solr-Maven-3.x/|Status]]<<BR>><<BR>>
+  To use these snapshot builds in your pom, you may want to add the following to your pom.xml
+  {{{
+  <repository>
+    <id>lucene-solr-jenkins-branch_3x</id>
+    <name>Lucene/Solr Jenkins branch_3x</name>
+    <url>https://builds.apache.org/job/Lucene-Solr-Maven-3.x/lastSuccessfulBuild/artifact/maven_artifacts</url>
+    <layout>default</layout>
+    <snapshots>
+      <enabled>true</enabled>
+    </snapshots>
+  </repository>
+  }}}
+ 
  
  == Build Scripts ==