jira-importer commented on issue #132: URL: https://github.com/apache/maven-war-plugin/issues/132#issuecomment-2967844712
**[Joerg Schaible](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=joehni)** commented Attach means that the resulting artifact is an additional project result and will be installed/deployed to the repository on its own. It is certainly not meant to be included automatically into the main artifact. Such a behavior would break quite a lot of existing projects. If you want to add it to the war, simply set the proper target directory for this attached artifact (into ``` ${project.build.directory}/${project.build.finalName}/WEB-INF/lib ```). ``` -- 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