Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
On the Properties page, the default value for 'maven.cruisecontrol.logs.mergedirectory' is listed as: '${maven.cruisecontrol.checkout.dir}/${module}/[maven.build.dir relative location]/test-reports'
However, in plugin.properties, it is specified as: '${maven.cruisecontrol.checkout.dir}/${pom.artifactId}'
BUT, shouldn't it actually be: '${maven.cruisecontrol.checkout.dir}/${pom.artifactId}/target/test-reports'???