> [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but > found duplicate declaration of plugin > org.apache.maven.plugins:maven-resources-plugin.
This appears because you should use multiple entries under <executions> with unique ids and only mention each plugin once in the pom file. > Is this the cause of the file not copied? How can I handle this case in Maven? Dunno. Agree with Kristian on @Before. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org
