Hi all,

I would like to know what phase I have to use to bind a plugin to the
war creation (war:war).

 <plugin>
     <groupId>my.groupId</groupId>
     <artifactId>maven-myPlugin-plugin</artifactId>
     <executions>
       <execution>
         <phase>WHAT TO PUT HERE</phase>
         <goals>
           <goal>myPluginGoal</goal>
         </goals>
       </execution>
     </executions>
   </plugin>

It works ok for the process-resources and package phases, but the
first is too early, and the other is too late. I am trying to copy
some JSP pages in a specific way to the exploded war folder before
creating the war file,

TIA,

Bruno

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to