Modified: jclouds/site-content/start/install/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/install/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff ============================================================================== --- jclouds/site-content/start/install/index.html (original) +++ jclouds/site-content/start/install/index.html Wed Aug 31 08:59:04 2016 @@ -118,6 +118,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li> @@ -200,6 +201,11 @@ <h3>Â Using the daily builds</h3> +<div class="alert alert-danger"> +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. +</div> + + <p>If you want to use the bleeding edge release of jclouds, you'll need to setup a maven dependency pointing to our snapshot repository. You need to update your repositories and add the following in your project's pom.xml:</p> <div class="highlight"><pre><code class="xml"><span class="nt"><repositories></span> @@ -247,6 +253,11 @@ <h3>Using the daily builds</h3> +<div class="alert alert-danger"> +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. +</div> + + <p>You can add jclouds snapshots to your <em>project.clj</em> like below:</p> <div class="highlight"><pre><code class="clojure"> <span class="ss">:dependencies</span> <span class="p">[[</span><span class="nv">org.clojure/clojure</span> <span class="s">"1.3.0"</span><span class="p">]</span> @@ -293,6 +304,11 @@ Then, add jclouds to your <em>build.xml< <h3>Using the daily builds</h3> +<div class="alert alert-danger"> +<strong>Warning!</strong> These are untested snapshot builds provided for convenience; they are not official releases of the Apache jclouds project, or the Apache Software Foundation. +</div> + + <p>You will need to install <a href="http://maven.apache.org/ant-tasks/index.html">maven ant tasks</a>. Then, add jclouds snapshot dependencies to your <em>build.xml</em> as shown below:</p> <div class="highlight"><pre><code class="xml"><span class="nt"><artifact:remoteRepository</span> <span class="na">id=</span><span class="s">"jclouds.snapshot.repository"</span>
Modified: jclouds/site-content/start/what-is-jclouds/index.html URL: http://svn.apache.org/viewvc/jclouds/site-content/start/what-is-jclouds/index.html?rev=1758554&r1=1758553&r2=1758554&view=diff ============================================================================== --- jclouds/site-content/start/what-is-jclouds/index.html (original) +++ jclouds/site-content/start/what-is-jclouds/index.html Wed Aug 31 08:59:04 2016 @@ -118,6 +118,7 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">About Apache<strong class="caret"></strong></a> <ul class="dropdown-menu"> <li><a href="http://www.apache.org">The Apache Software Foundation</a></li> + <li><a href="http://www.apache.org/licenses/">License</a></li> <li><a href="http://www.apache.org/foundation/contributing.html">Donations</a></li> <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="http://www.apache.org/security/">Report a Vulnerability</a></li>
