Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
actually the javadoc report generated by the plugin includes the full path on the filesystem for any file. This patch trims all the paths to basedir, removing any environment specific information and shortening lines.
After the patch this:
[javadoc] Loading source file C:\source\maven\src\java\org\apache\maven\cli\App.java...
[javadoc] Loading source file C:\source\maven\src\java\org\apache\maven\cli\CLIManager.java...
is trimmed to:
Loading source file src\java\org\apache\maven\cli\App.java...
Loading source file src\java\org\apache\maven\cli\CLIManager.java...
cvs diff