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
- <repositories>
- <repository>
- <id>apache.snapshots</id>
- <name>Apache Snapshot Repository</name>
- <url>http://repository.apache.org/snapshots</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- </repository>
- </repositories></code></p>
+<div class="codehilite"><pre><span class="nt"><repositories></span>
+ <span class="nt"><repository></span>
+ <span class="nt"><id></span>apache.snapshots<span
class="nt"></id></span>
+ <span class="nt"><name></span>Apache Snapshot Repository<span
class="nt"></name></span>
+ <span
class="nt"><url></span>http://repository.apache.org/snapshots<span
class="nt"></url></span>
+ <span class="nt"><releases></span>
+ <span class="nt"><enabled></span>false<span
class="nt"></enabled></span>
+ <span class="nt"></releases></span>
+ <span class="nt"></repository></span>
+<span class="nt"></repositories></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>