You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl-Heinz Marbaise (JIRA)" <ji...@codehaus.org> on 2015/02/01 12:39:18 UTC

[jira] (MEAR-213) WARNING Output is not correct in case of classifiers

     [ https://jira.codehaus.org/browse/MEAR-213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl-Heinz Marbaise updated MEAR-213:
-------------------------------------

    Description: 
In relationship with classifier this does not work correctly.
{noformat}
[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>
{noformat}

  was:
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}


> 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.
> {noformat}
> [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>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)