Karl-Heinz Marbaise created MEAR-213: ----------------------------------------
Summary: 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 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)