jira-importer commented on issue #271:
URL: 
https://github.com/apache/maven-war-plugin/issues/271#issuecomment-2967857419

   **[Piotr 
Tabor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ptabor)** 
commented
   
   So I think there are need for such tasks (assigned to "goals"):
   
   Goals:
   **war:exploded**
   - GenerateClassesJarTask
   
   - GenerateManifestTask
   
   - CopyResourcesTask
   
   - CopyDependenciesTaks
   
   - RealizeOverlaysTask
   
     **war:inplace**
   
     - GenerateClassesJarTask
     - GenerateManifestTask
     - CopyResourcesTask
     - CopyDependenciesTask
     - RealizeOverlaysTask
   
     **war:war**
   
     - GenerateClassesJarTask
     - GenerateManifestTask
     - CopyResourcesTask
     - CopyDependenciesTaks
     - RealizeOverlaysTask
     - ArchiveWarTask
   
     **war:manifest**
   
     - GenerateManifestTask
   
   I think that every task should have constructor with one parameter that will 
 AbstractWarMojo provide
   from do Mojo all important informations and some "busines" methods.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to