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/17 22:33:14 UTC

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

jvanzyl     2004/03/17 13:33:14

  Modified:    maven-plugins/maven-compiler-plugin/src/main/resources/META-INF/maven
                        plugin.xml
  Log:
  o the way this plugin is code is like an Ant task, so we need a per-lookup
    instantiation strategy.
  
  Revision  Changes    Path
  1.2       +1 -0      maven-components/maven-plugins/maven-compiler-plugin/src/main/resources/META-INF/maven/plugin.xml
  
  Index: plugin.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-plugins/maven-compiler-plugin/src/main/resources/META-INF/maven/plugin.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- plugin.xml	15 Mar 2004 19:32:22 -0000	1.1
  +++ plugin.xml	17 Mar 2004 21:33:14 -0000	1.2
  @@ -1,6 +1,7 @@
   <plugin>
     <id>compiler</id>
     <implementation>org.apache.maven.plugin.CompilerPlugin</implementation>
  +  <instantiation-strategy>per-lookup</instantiation-strategy>
     <requirements>
       <requirement>
         <role>org.codehaus.plexus.compiler.Compiler</role>
  
  
  

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