[ 
http://jira.codehaus.org/browse/MFITNESSE-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=146550#action_146550
 ] 

pkernevez commented on MFITNESSE-25:
------------------------------------

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.
{code:xml} 
 <reporting>
 <plugins>
      <plugin>
          <groupId>org.codehaus.mojo</groupId>
          <artifactId>fitnesse-maven-plugin</artifactId>
          <configuration>
                  
<outputDirectory>${project.reporting.outputDirectory}/</outputDirectory>
          </configuration>
      </plugin>
  </plugins>
</reporting>
{code}

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 
{code:xml} 
                  
<outputDirectory>${project.reporting.outputDirectory}/otherthanfitnesse</outputDirectory>
{code}
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 ?

> outputDirectory parameter for fitnesse goal doesn't work
> --------------------------------------------------------
>
>                 Key: MFITNESSE-25
>                 URL: http://jira.codehaus.org/browse/MFITNESSE-25
>             Project: Maven 2.x Fitnesse Plugin
>          Issue Type: Bug
>    Affects Versions: 1.0
>         Environment: OS name: "linux" arch: "i386" Family: "unix", maven 
> 2.0.9, Java 1.5.0_14
>            Reporter: Adam
>            Assignee: pkernevez
>            Priority: Minor
>
> outputDirectory parameter for fitnesse goal doesn't work. Report is all the 
> time generated in "target" directory

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to