You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by jv...@apache.org on 2004/04/02 02:14:35 UTC

cvs commit: maven-components/maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven plugin.xml

jvanzyl     2004/04/01 16:14:35

  Modified:    maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven
                        plugin.xml
  Log:
  o hello goal doesn't require dependency resolution.
  
  Revision  Changes    Path
  1.4       +1 -0      maven-components/maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven/plugin.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- plugin.xml	22 Mar 2004 18:09:51 -0000	1.3
  +++ plugin.xml	2 Apr 2004 00:14:35 -0000	1.4
  @@ -6,6 +6,7 @@
     <goals>
       <goal>
         <name>hello</name>
  +      <requiresDependencyResolution>false</requiresDependencyResolution>
       </goal>
     </goals>
   </plugin>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org