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

Paul Benedict updated MNG-4220:
-------------------------------

    Fix Version/s:     (was: Issues to be reviewed for 3.x)

> When building a module - display it's <groupId>:<artifactId> rather than just 
> a <name>
> --------------------------------------------------------------------------------------
>
>                 Key: MNG-4220
>                 URL: https://jira.codehaus.org/browse/MNG-4220
>             Project: Maven
>          Issue Type: Improvement
>          Components: Logging
>    Affects Versions: 2.1.0
>         Environment: Java 6
>            Reporter: Evgeny Goldin
>
> When building a module - Maven logs the following message:
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Building maven-find-plugin
> [INFO]    task-segment: [clean, install]
> [INFO] 
> ------------------------------------------------------------------------
> The corresponding line in 
> org.apache.maven.lifecycle.DefaultLifecycleExecutor:executeTaskSegments()  is 
> following:
> getLogger().info("Building " + rootProject.getName());
> How about the following:
> getLogger().info("Building " + rootProject.getGroupId() + ":" + 
> rootProject.getArtifactId());
> I'd prefer an exact  <groupId>:<artifactId> rather than just a <name>



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

Reply via email to