> <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-jar-plugin</artifactId>
No version tag means you don't really have any control over what version of the jar plugin that Maven is using. In all likelihood, the version you are using pre-dates this Jira fix. So lock down your jar plugin with a version that definitely have this fix in it. Jira says this was fixed in 2.0.1 so try that to start. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
