Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.8
-
Labels:None
-
Environment:N/A
-
Number of attachments :
Description
Looking at the Properties documentation (http://maven.apache.org/reference/plugins/cruisecontrol/properties.html), the default value for maven.cruisecontrol.buildresults.url is listed as $
{maven.cruisecontrol.site}/...; however, I believe this is incorrect. Seems like it should be $
{maven.cruisecontrol.buildresults.site}/...
Change made. Thanks for the sharp eyes on the doc's!