Karl-Heinz Marbaise created MEAR-194: ----------------------------------------
Summary: Output during creation of Ear is not correct Key: MEAR-194 URL: https://jira.codehaus.org/browse/MEAR-194 Project: Maven Ear Plugin Issue Type: Improvement Affects Versions: 2.9.1 Reporter: Karl-Heinz Marbaise Priority: Minor 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 (v6.1.6#6162)