[ https://jira.codehaus.org/browse/MEAR-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Karl-Heinz Marbaise updated MEAR-213: ------------------------------------- Fix Version/s: 2.10.1 > WARNING Output is not correct in case of classifiers > ---------------------------------------------------- > > Key: MEAR-213 > URL: https://jira.codehaus.org/browse/MEAR-213 > Project: Maven Ear Plugin > Issue Type: Improvement > Affects Versions: 2.10 > Reporter: Karl-Heinz Marbaise > Fix For: 2.10.1 > > > In relationship with classifier this does not work correctly. > {code} > [INFO] --- maven-ear-plugin:2.10:ear (default-ear) @ middletier-ear --- > [WARNING] The artifactId component-base:6.33.10-SNAPSHOT exists more than > once in the modules list. > [WARNING] --> com.company:component-base:jar:6.33.10-SNAPSHOT (jar) > [WARNING] --> com.company:component-base:jar:qclasses:6.33.10-SNAPSHOT (jar) > [WARNING] The artifactId component-func:6.33.10-SNAPSHOT exists more than > once in the modules list. > [WARNING] --> com.company:component-func:jar:6.33.10-SNAPSHOT (jar) > [WARNING] --> com.company:component-func:jar:qclasses:6.33.10-SNAPSHOT (jar) > [WARNING] HINT: This can be simply solved by using the > <fileNameMapping>full</fileNameMapping> > [code} -- This message was sent by Atlassian JIRA (v6.1.6#6162)