Details
-
Wish
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
Description
Today, only option to get maven's build output to a file is using redirection like ">" or "tee".
While running maven from CruiseControl, it is not optional to do it.
Could be (very) nice to have a -logfile option to specify log file for the build output.
For example running mvn -logfile mylog.txt clean install will print to console and to mylog.txt
This is similar to the -logfile supported by Ant.
Attachments
Issue Links
- duplicates
-
MNG-3183 Allow a user to specify logging to a text file
- Closed