jira-importer commented on issue #194: URL: https://github.com/apache/maven-war-plugin/issues/194#issuecomment-2967851766
**[yuanhuiwu](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=yuanhuiwu)** commented Right now,I have to config the war project \<attachClasses>true\</attachClasses>,then I build a webapp based on the war project, add these dependencies: \<dependency> \<groupId>${groupId}\</groupId> \<artifactId>${artifactId}\</artifactId> \<version>${version}\</version> \<type>war\</type> \</dependency> \<dependency> \<groupId>${groupId}\</groupId> \<artifactId>${artifactId}\</artifactId> \<version>${version}\</version> \<classifier>classes\</classifier> \</dependency> -- 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