Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
The Maven build summary shows the artifact id build along with their status. A lot of time developer (in case of SVN update) needs the new version of the component he may have to input into other systems utilising maven local repository like Fuse install plugin command.
It would be good if as part of the build summary we can also include the version too. Even better if we could allow some plugin to customize the build summary running from some property.
so instead of
[INFO] abc application ................ SUCCESS [0.369s]
we can have the output as
[INFO] abc application ...org.mycom:abc:1.0-snapshot............. SUCCESS [0.369s]