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 2016/06/30 16:35:29 UTC

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

Author: buildbot
Date: Thu Jun 30 16:35:28 2016
New Revision: 991750

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/maven/index.html

Propchange: websites/staging/taverna/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 30 16:35:28 2016
@@ -1 +1 @@
-1750828
+1750829

Propchange: websites/staging/taverna/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jun 30 16:35:28 2016
@@ -1 +1 @@
-1750828
+1750829

Modified: websites/staging/taverna/trunk/content/download/maven/index.html
==============================================================================
--- websites/staging/taverna/trunk/content/download/maven/index.html (original)
+++ websites/staging/taverna/trunk/content/download/maven/index.html Thu Jun 30 16:35:28 2016
@@ -194,20 +194,43 @@ This page is a template for the download
 which is also mirrored to Maven's default
 <a href="https://repo.maven.apache.org/maven2/org/apache/taverna/">Maven Central</a>.</p>
 <p>Therefore normally no <code>&lt;repository&gt;</code> should be needed to use
-released Apache Taverna Maven artifacts.</p>
+released Apache Taverna Maven artifacts, however in some situations you may
+need to specify:</p>
+<div class="codehilite"><pre><span class="nt">&lt;repository&gt;</span>
+    <span class="nt">&lt;id&gt;</span>central<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;name&gt;</span>Central Repository<span class="nt">&lt;/name&gt;</span>
+    <span class="nt">&lt;url&gt;</span>https://repo.maven.apache.org/maven2<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;snapshots&gt;</span>
+        <span class="nt">&lt;enabled&gt;</span>false<span class="nt">&lt;/enabled&gt;</span>
+    <span class="nt">&lt;/snapshots&gt;</span>      
+<span class="nt">&lt;/repository&gt;</span>
+</pre></div>
+
+
 <p>See the individual <a href="/download">download pages</a> for details of
 Maven <code>&lt;dependencies&gt;</code>.</p>
 <h3 id="snapshots">Snapshots<a class="headerlink" href="#snapshots" title="Permanent link">&para;</a></h3>
 <p><a href="/download/code/#snapshot-builds">Snapshot builds</a> are available for developers
 who want to take part in the Apache Taverna
 <a href="http://taverna.incubator.apache.org/community/">developer community</a>.</p>
+<div class="codehilite"><pre><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>https://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>
+</pre></div>
+
+
 <p>Note that the snapshot builds are <em>not</em> official releases and should be
 considered unstable.</p>
 <p>It is recommended to subscribe to the
 <a href="/community/lists#devtaverna">dev@taverna mailing list</a>
 before using the <code>-SNAPSHOT</code> builds.</p>
 <h2 id="pre-apache-releases-and-snapshots">Pre Apache Releases and Snapshots<a class="headerlink" href="#pre-apache-releases-and-snapshots" title="Permanent link">&para;</a></h2>
-<p>The pre-Apache Taverna artifacts are available as a maven download from
+<p>The pre-Apache Taverna artifacts are available as a Maven download from
   <a href="http://repository.mygrid.org.uk/artifactory/mygrid-all/">http://repository.mygrid.org.uk/artifactory/mygrid-all/</a>,
 hosted by the <a href="http://www.esciencelab.org.uk/">eScience Lab, University of Manchester</a></p>
 <p>Note that this repository is <em>not</em> affiliated with Apache Software Foundation