jira-importer commented on issue #240: URL: https://github.com/apache/maven-jar-plugin/issues/240#issuecomment-2956685842
**[Martin Zeltner](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=swisswheel)** commented Hi Dennis The idea was to have war artifacts that generates the jar and the war directly (in one artifact). I made this patch more than a year ago so "in the meantime" I have changed the strategy and have now always a separate artifact for the war and the jar part. Example: * my-module-web * my-module-web-jar * my-module-web-war my-module-web is the parent pom of my-module-web-jar and my-module-web-war my-module-web-war depends on my-module-web-jar Cheers, Martin -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
