I am relatively new to Maven and my project is including a number of .jars which I believe are only needed by Maven at build time into my .war. How do I stop them from being included?

maven-artifact-20.0.jar
maven-artifact-manager-2.0.jar
maven-model-2.0.jar
maven-plugin-api-2.0.jar
maven-profile-2.0.jar
maven-project-2.0.jar
maven-repository-metadata-2.0.jar
plexus-container-default-1.0-alpha-8.jar
plexus-utils-1.0.0.jar
plexus-utils-1.0.4.jar
wagon-provider-api-1.0-alpha-5.jar

It is also including the junit-2.8.1.jar and two copies of the xbean-*.jar, specifically xbean-2.0.0.jar and xbean-2.2.0.jar. Also note that two versions of the plexus-utils-*.jar are included above. Now I am using the xmlbeans-maven-plugin mojo plugin. Could this be causing some of the jar issues? Thank you.

Fred

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to