As per the example on this page, http://jira.codehaus.org/browse/MNG-1598, I have added this to my pom.xml:
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
</archive>
</configuration>
</plugin>
However, the jar file still includes pom.xml and pom.properties in the
META-INF\maven\classpath directory.
Is this the correct plugin entry to do this?
Thanks!
Shelli
