Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1-beta-1
-
Labels:None
-
Environment:OS name: "linux" arch: "i386" Family: "unix", maven 2.0.9, Java 1.5.0_14
-
Number of attachments :
Description
outputDirectory parameter for fitnesse goal doesn't work. Report is all the time generated in "target" directory
I can't reproduce it.
How do you configure your project ?
The configuration should be defined in the reporting section of the pom (according that it's a ReportMojo parameter.
This parameter is defined because the report Mojo need to have the value _$
{project.reporting.outputDirectory}_ injected.If you change the _${project.reporting.outputDirectory}
_ variable, all will be fined.
If you change the relative path, like this
<outputDirectory>${project.reporting.outputDirectory}/otherthanfitnesse</outputDirectory>The plugin change the location of the html report, but it wo'nt be usefull because the part "fitnesse" is hard code in the plugin, for example in the Project Reports section of the Maven site.
I may not understand what you would do with such configuration. Can you give me more explanation ?