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/03/22 19:09:51 UTC

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

jvanzyl     2004/03/22 10:09:51

  Modified:    maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven
                        plugin.xml
  Log:
  explicit instantiation strategy
  
  Revision  Changes    Path
  1.3       +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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- plugin.xml	19 Mar 2004 04:11:11 -0000	1.2
  +++ plugin.xml	22 Mar 2004 18:09:51 -0000	1.3
  @@ -1,6 +1,7 @@
   <plugin>
     <id>helloworld</id>
     <implementation>org.apache.maven.plugin.HelloWorldPlugin</implementation>
  +  <instantiation-strategy>per-lookup</instantiation-strategy>
     <mode>field</mode>
     <goals>
       <goal>
  
  
  

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