Author: olamy
Date: Sat Sep 13 09:13:01 2008
New Revision: 694976

URL: http://svn.apache.org/viewvc?rev=694976&view=rev
Log:
don't attach the copy-resources mojo to a phase
add link to the new mojo in the home page


Modified:
    
maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/CopyResourcesMojo.java
    maven/plugins/trunk/maven-resources-plugin/src/site/apt/index.apt

Modified: 
maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/CopyResourcesMojo.java
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/CopyResourcesMojo.java?rev=694976&r1=694975&r2=694976&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/CopyResourcesMojo.java
 (original)
+++ 
maven/plugins/trunk/maven-resources-plugin/src/main/java/org/apache/maven/plugin/resources/CopyResourcesMojo.java
 Sat Sep 13 09:13:01 2008
@@ -23,10 +23,13 @@
  */
 
 /**
+ * Copy resources of the configured plugin attribute resources
+ * 
  * @author <a href="mailto:[EMAIL PROTECTED]">olamy</a>
  * @since 2.3
  * @version $Id$
  * @goal copy-resources
+ * @phase
  */
 public class CopyResourcesMojo
     extends ResourcesMojo

Modified: maven/plugins/trunk/maven-resources-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/apt/index.apt?rev=694976&r1=694975&r2=694976&view=diff
==============================================================================
--- maven/plugins/trunk/maven-resources-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-resources-plugin/src/site/apt/index.apt Sat Sep 
13 09:13:01 2008
@@ -48,6 +48,8 @@
 
    * {{{testResources-mojo.html}resources:testResources}} copies the
      resources for the test source code to the test output directory.
+     
+   * {{{copy-resources-mojo.html}resources:copy-resources}} copies resources 
to an output directory.     
 
 * Usage
 


Reply via email to