> However I'm getting the following errors: > > https://gist.github.com/2414962 ... > Does anyone know a solution?
You pom looks like: <build><plugins> <plugin><!-- antrun --> <plugin><!-- antrun --> <plugin><!-- antrun --> and similar situation with m-exec-p. This is not supported and will make M3 complain. You need to change that into a SINGLE declaration of each plugin, and then use multiple EXECUTION nodes to specify the various configurations. While we're talking about it, how should this error message be changed to help people understand this better in the future -- it is pretty clear to me: [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-antrun-plugin @ line 217, column 21 Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
