archiveClasses has no impact ---------------------------- Key: MWAR-155 URL: http://jira.codehaus.org/browse/MWAR-155 Project: Maven 2.x War Plugin Issue Type: Bug Affects Versions: 2.0.1 Environment: Debian Linux/Testing, mvn 2.0.8, Java 1.6.0 32-bit, Kernel 2.6.22-amd64-smp. Reporter: mfowle Priority: Minor
archiveClasses optional directive appears to do nothing. took an existing maven-war-plugin project; added "<archiveClasses>true</archiveClasses>" to the plugins <configuration></configuration> section; mvn clean; mvn install; still get a heaping of classes in WEB-INF/classes, no .jar file for the project I checked the mvn -e -X log, it didnt report anything out of the ordinary. My understanding is I should get a .jar file instead of the nest of classes. The only jar files I have in the project are in the WEB-INF/lib, and none of them are this project. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira