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

   **[Piotr 
Tabor](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ptabor)** 
commented
   
   It is still true.
   When configuration is:
   "
   \<artifactId>zzz\</artifactId>
   ...
   \<configuration>
   \<classifier>fine\</classifies>
   \<archiveClasses>true\</archiveClasses>
   \</configuration>
   
   as a result we will get:
   zzz-fine.war
   but also: **zzz-fine.war/WEB-INF/lib/zzz.jar**
   
   It is probably "by design".
   
   So I think that there are two possibilities:
   a)   to add to documentation comment about it and close the bug
   b)   to add new parameter - for example 
\<achiveClassesClassifier>bad\<achiveClassesClassifier>
   which will create: **zzz-fine.war/WEB-INF/lib/zzz-bad.jar**.
   
   If it's useful (actually I don't see any use case for that stuff), I can 
prepare a patch.
   
   


-- 
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