Under <reporting> tag <outputDirectory> is not use
---------------------------------------------------
Key: MNG-677
URL: http://jira.codehaus.org/browse/MNG-677
Project: Maven 2
Type: Bug
Components: maven-reports
Versions: 2.0-alpha-3
Environment: Mandrake Linux 10
Jdk .1.4_02
Reporter: Sidart Kurias
Priority: Minor
>From my reporting tag I try to send the report outputs
to a directory called 'reports' ....
In my build tag I have setup a <directory> tag with
the value 'target' as shown below....
When I run a site:site the outputs from the reports
seems to go to the 'target' directory. It does not go to the 'reports'
directory as specified in the <outputDirectory> tag
<build>
<sourceDirectory>checkout/src/java</sourceDirectory>
<testSourceDirectory>checkout/src/test</testSourceDirectory>
<directory>target</directory>
<outputDirectory>target/classes</outputDirectory>
<testOutputDirectory>target/test</testOutputDirectory>
<finalName>testClient</finalName>
</build>
I have the following set up in my pom.xml for
reporting....
<reporting>
<outputDirectory>reports</outputDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.0-alpha-1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<version>2.0-alpha-1</version>
<artifactId>maven-pmd-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<version>2.0-alpha-1</version>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
</plugins>
</reporting>
--
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, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]