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

   **[Michal 
Domagala](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michaldo)**
 commented
   
   The current issue has not only performance impact, but it is also logical 
defect
   
   Assume I have 3 WARs, war1, war2, war3. Each WAR applies 
`<attachClasses>true</attachClasses>`.
   war1 has a file `x.html`.
   war2 depends on war1 and excludes file `x.html`
   war3 depends on war2 and war2-classes
   
   Expected: war3 does not contain `x.html`, actual: war3 contains `x.html`
   


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