jira-importer commented on issue #251: URL: https://github.com/apache/maven-war-plugin/issues/251#issuecomment-2967855925
**[Jonathan Baker](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=jbaker)** commented Hello, This bug still seems to exist in this version of the war task: [DEBUG] Retrieving parent-POM: org.apache.maven.plugins:maven-plugins:pom:13 for project: null:maven-war-plugin:maven-plugin:2.1-beta-1 from the repository. I have defined: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> <executions><execution> <goals> <goal>war</goal> </goals> <configuration> <archiveClasses>true</archiveClasses> </configuration> </execution></executions> </plugin> In my pom and run mvn clean package. I see the classes and the jar file in WEB-INF/lib. Would be great so solve this issue so if someone wants to get in touch then I'm happy to help where I can. -- 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