> mvn help:effective-pom shows the outout in the project POM.xml and the source > tree. > > I want to see the same information on a WAR/EAR/JAR/ZIP file.
Java simply does not support what you're asking for out of the box (thus Maven was created). Artifacts built with Maven include a pom.xml file inside the ear/war/jar eg: dear-2.1.2.ear!\META-INF\maven\com.xyz\dear\pom.xml Perhaps that will be sufficient? If not, there may be something built into Nexus -- but you'd have to ask on their Users list. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
