jira-importer commented on issue #251: URL: https://github.com/apache/maven-war-plugin/issues/251#issuecomment-2967855922
**[Wendy Smoak](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=wsmoak)** commented Comment edited: 2.0 does not have the \<archiveClasses> feature, and I can't reproduce the problem of getting both WEB-INF/classes and WEB-INF/lib in any version. With 2.0 - files in WEB-INF/classes, nothing in WEB-INF/lib ``` 0 Thu Oct 16 08:11:56 MST 2008 META-INF/ 221 Thu Oct 16 08:11:54 MST 2008 META-INF/MANIFEST.MF 0 Thu Oct 16 08:11:56 MST 2008 WEB-INF/ 0 Thu Oct 16 08:11:56 MST 2008 WEB-INF/classes/ 0 Thu Oct 16 08:11:56 MST 2008 WEB-INF/classes/net/ 0 Thu Oct 16 08:11:56 MST 2008 WEB-INF/classes/net/wsmoak/ 52 Thu Oct 16 08:11:56 MST 2008 index.jsp 535 Thu Oct 16 08:11:56 MST 2008 WEB-INF/classes/net/wsmoak/App.class 215 Thu Oct 16 08:11:56 MST 2008 WEB-INF/web.xml 0 Thu Oct 16 08:11:56 MST 2008 META-INF/maven/ 0 Thu Oct 16 08:11:56 MST 2008 META-INF/maven/com.example/ 0 Thu Oct 16 08:11:56 MST 2008 META-INF/maven/com.example/mywebapp/ 946 Thu Oct 16 08:11:50 MST 2008 META-INF/maven/com.example/mywebapp/pom.xml 111 Thu Oct 16 08:11:56 MST 2008 META-INF/maven/com.example/mywebapp/pom.properties ``` With 2.0.1, 2.1-alpha-2 - jar in WEB-INF/lib, nothing in WEB-INF/classes ``` 0 Thu Oct 16 08:12:48 MST 2008 META-INF/ 125 Thu Oct 16 08:12:46 MST 2008 META-INF/MANIFEST.MF 0 Thu Oct 16 08:12:46 MST 2008 WEB-INF/ 0 Thu Oct 16 08:12:46 MST 2008 WEB-INF/lib/ 52 Thu Oct 16 08:02:02 MST 2008 index.jsp 2208 Thu Oct 16 08:12:46 MST 2008 WEB-INF/lib/mywebapp.jar 215 Thu Oct 16 08:02:02 MST 2008 WEB-INF/web.xml 0 Thu Oct 16 08:12:48 MST 2008 META-INF/maven/ 0 Thu Oct 16 08:12:48 MST 2008 META-INF/maven/com.example/ 0 Thu Oct 16 08:12:48 MST 2008 META-INF/maven/com.example/mywebapp/ 948 Thu Oct 16 08:12:40 MST 2008 META-INF/maven/com.example/mywebapp/pom.xml 111 Thu Oct 16 08:12:46 MST 2008 META-INF/maven/com.example/mywebapp/pom.properties ``` -- 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