jira-importer commented on issue #54: URL: https://github.com/apache/maven-acr-plugin/issues/54#issuecomment-2879229618
**[Benjamin Cartereau](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=bcartereau)** commented For information, I did fix it by adding and setting the "useUniqueVersions" attribute to false in the ejb plugin: \<plugin> \<groupId>org.apache.maven.plugins\</groupId> \<artifactId>maven-ejb-plugin\</artifactId> \<configuration> \<archive> \<manifest> \<addClasspath>true\</addClasspath> \<useUniqueVersions>false\</useUniqueVersions> \</manifest> \</archive> \<generateClient>true\</generateClient> \</configuration> \</plugin> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org