You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by bu...@apache.org on 2015/02/23 14:41:40 UTC

svn commit: r941170 - in /websites/staging/taverna/trunk: cgi-bin/ content/ content/download/code/index.html

Author: buildbot
Date: Mon Feb 23 13:41:39 2015
New Revision: 941170

Log:
Staging update by buildbot for taverna

Modified:
    websites/staging/taverna/trunk/cgi-bin/   (props changed)
    websites/staging/taverna/trunk/content/   (props changed)
    websites/staging/taverna/trunk/content/download/code/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 23 13:41:39 2015
@@ -1 +1 @@
-1661665
+1661666

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Feb 23 13:41:39 2015
@@ -1 +1 @@
-1661665
+1661666

Modified: websites/staging/taverna/trunk/content/download/code/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/code/index.html (original)
+++ websites/staging/taverna/trunk/content/download/code/index.html Mon Feb 23 13:41:39 2015
@@ -298,17 +298,19 @@ please subscribe to and contact the <a h
 <a href="http://repository.apache.org/snapshots/org/apache/taverna/">Apache's snapshot Maven repository</a>. 
 Note that the snapshot builds are <em>not</em> official releases and should be considered unstable.</p>
 <p>To use the snapshot repository, add to your Maven pom.xml:</p>
-<p><code>xml
-  &lt;repositories&gt;
-    &lt;repository&gt;
-      &lt;id&gt;apache.snapshots&lt;/id&gt;
-      &lt;name&gt;Apache Snapshot Repository&lt;/name&gt;
-      &lt;url&gt;http://repository.apache.org/snapshots&lt;/url&gt;
-      &lt;releases&gt;
-        &lt;enabled&gt;false&lt;/enabled&gt;
-      &lt;/releases&gt;
-    &lt;/repository&gt;
-  &lt;/repositories&gt;</code></p>
+<div class="codehilite"><pre><span class="nt">&lt;repositories&gt;</span>
+  <span class="nt">&lt;repository&gt;</span>
+    <span class="nt">&lt;id&gt;</span>apache.snapshots<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;name&gt;</span>Apache Snapshot Repository<span class="nt">&lt;/name&gt;</span>
+    <span class="nt">&lt;url&gt;</span>http://repository.apache.org/snapshots<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;releases&gt;</span>
+      <span class="nt">&lt;enabled&gt;</span>false<span class="nt">&lt;/enabled&gt;</span>
+    <span class="nt">&lt;/releases&gt;</span>
+  <span class="nt">&lt;/repository&gt;</span>
+<span class="nt">&lt;/repositories&gt;</span>
+</pre></div>
+
+
 <p>This means that as a developer, you only need to build the repositories you are modifying, as the remaining modules will be retrieved from the Maven repository. </p>
 <p>You will however always need to build the distribution product (command line or workbench) to incorporate your changes. (Make sure that references the correct <code>SNAPSHOT</code> version!)</p>
 <h2 id="taverna-extras">Taverna Extras</h2>