You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/08/11 23:24:42 UTC

svn commit: r430898 - /maven/maven-1/core/trunk/xdocs/index.xml

Author: aheritier
Date: Fri Aug 11 14:24:42 2006
New Revision: 430898

URL: http://svn.apache.org/viewvc?rev=430898&view=rev
Log:
Add a note about MPARTIFACT-71

Modified:
    maven/maven-1/core/trunk/xdocs/index.xml

Modified: maven/maven-1/core/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/xdocs/index.xml?rev=430898&r1=430897&r2=430898&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/index.xml Fri Aug 11 14:24:42 2006
@@ -114,6 +114,15 @@
 
       <subsection name="Maven 1.x News">
         <dl>
+          <dt>11 August 2006 - Bug in the Artifact plugin bundled in Maven 1.1 Beta 3</dt>
+          <dd>
+            <p>Due to an incompability between the artifact plugin v 1.8 and maven 1.1 beta 3 we recommand that you use the SNAPSHOT of the next version of this plugin to avoid the error about the rejected key of the host if you use the scp protocol (<a href="http://jira.codehaus.org/browse/MPARTIFACT-71" target="_blank">MPARTIFACT-71</a>).</p>
+<source>maven plugin:download
+  -DgroupId=maven 
+  -DartifactId=maven-artifact-plugin 
+  -Dversion=1.8.1-SNAPSHOT 
+  -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/</source>
+          </dd>
           <dt>01 August 2006 - Maven 1.1 Beta 3 Released</dt>
           <dd>
             <p>
@@ -128,16 +137,14 @@
               compatibility with Maven 1.0 builds.
             </p>
           </dd>
-          <!--
-          <dt>Looking for Maven 1.1 Beta 3 SNAPSHOTs ?</dt>
+          <dt>Looking for Maven 1.1 RC1 SNAPSHOTs ?</dt>
           <dd>
             <p>
-              As often as possible we publish snapshots of the next beta. 
+              As often as possible we publish snapshots of the first release candidate. 
               <a href="http://people.apache.org/repo/m1-snapshot-repository/maven/distributions/" target="_blank">
               Download them here</a> and <a href="mail-lists.html">give us</a> your feedback.
             </p>
           </dd>
-          -->
         </dl>
       </subsection>