Display the module directory (${project.basedir}) in the build output
----------------------------------------------------------------------
Key: MNG-4598
URL: http://jira.codehaus.org/browse/MNG-4598
Project: Maven 2 & 3
Issue Type: Improvement
Components: Logging
Affects Versions: 2.2.1
Environment: All plateforms
Reporter: Jane Young
When there are multiple submodules in a project, it's difficult to debug maven
failures since the maven output contains only the description of the module
it's building. It would an improvement to also display the directory the
module is in.
e.g.
[INFO] ------------------------------------------------------------------------
[INFO] Building <module-name>
[INFO] Building in <module-directory>
...
[INFO] ------------------------------------------------------------------------
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira