[
https://issues.apache.org/jira/browse/MEAR-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16391637#comment-16391637
]
Karl Heinz Marbaise commented on MEAR-194:
------------------------------------------
The current 3.0.0-SNAPSHOT state is printing the same information:
{code}
[INFO] --- maven-ear-plugin:3.0.0-SNAPSHOT:ear (default-ear) @ app ---
[INFO] Copying artifact [war:com.soebes.examples.j2ee:webgui:5.0.1-SNAPSHOT] to
[com.soebes.examples.j2ee-webgui-5.0.1-SNAPSHOT.war]
[INFO] Copying artifact
[jar:com.soebes.examples.j2ee:service-client:5.0.1-SNAPSHOT] to
[lib/com.soebes.examples.j2ee-service-client-5.0.1-SNAPSHOT.jar]
[INFO] Copying artifact [jar:com.soebes.examples.j2ee:domain:5.0.1-SNAPSHOT] to
[lib/com.soebes.examples.j2ee-domain-5.0.1-SNAPSHOT.jar]
[INFO] Copying artifact [ejb:com.soebes.examples.j2ee:service:5.0.1-SNAPSHOT]
to [com.soebes.examples.j2ee-service-5.0.1-SNAPSHOT.jar]
[INFO] Copying artifact [jar:log4j:log4j:1.2.16] to [lib/log4j-log4j-1.2.16.jar]
[INFO] Building jar: /Users/kama/ws-git/javaee/app/target/app-5.0.1-SNAPSHOT.ear
{code}
> Output during creation of Ear is not correct
> --------------------------------------------
>
> Key: MEAR-194
> URL: https://issues.apache.org/jira/browse/MEAR-194
> Project: Maven Ear Plugin
> Issue Type: Improvement
> Affects Versions: 2.9.1
> Reporter: Karl Heinz Marbaise
> Priority: Minor
> Fix For: 3.0.1
>
>
> Currently during the creation of the ear the output shows something like this:
> {code}
> [INFO] Building jar: /opt/build/.../xyz-1.0.0-SNAPSHOT.ear
> {code}
> It should be changed into:
> {code}
> [INFO] Building ear: /opt/build/.../xyz-1.0.0-SNAPSHOT.ear
> {code}
> which is more consistent.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)