You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/04/11 17:41:17 UTC

svn commit: r647200 - /maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java

Author: dennisl
Date: Fri Apr 11 08:41:09 2008
New Revision: 647200

URL: http://svn.apache.org/viewvc?rev=647200&view=rev
Log:
o Clarify that we currently only allow scp: URLs as a target URL.

Modified:
    maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java

Modified: maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java?rev=647200&r1=647199&r2=647200&view=diff
==============================================================================
--- maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java (original)
+++ maven/plugins/trunk/maven-stage-plugin/src/main/java/org/apache/maven/plugins/stage/CopyRepositoryMojo.java Fri Apr 11 08:41:09 2008
@@ -46,6 +46,11 @@
     /**
      * The URL to the target repository.
      * 
+     * <p>
+     * <strong>Note:</strong> currently only <code>scp:</code> URLs are allowed
+     * as a target URL.
+     * </p>
+     * 
      * @parameter expression="${target}"
      */
     private String target;