François Xavier Gendrin a écrit :
Hi,
I updated some plugin and crash, an error. Error says to specify:
'-Dproject.reporting.outputDirectory=VALUE', but I prefer to use pom
configuration file, but I didn't find how to configure it with pom
file .. Some one could help ?
I'm using continuum and the error happens during the following reporting
which is included in the super pom of my project.
<reporting>
<outputDirectory>${site-home}</outputDirectory>
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<failOnError>false</failOnError>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changelog-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<minmemory>128m</minmemory>
<maxmemory>512m</maxmemory>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
<version>2.0-beta-1</version>
<configuration>
<tags>TODO_LATER, TODO, @todo, FIXME, @fixme,
QUESTION </tags>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<configuration>
<aggregate>true</aggregate>
</configuration>
</plugin>
</plugins>
</reporting>
Best regards,
--
François Xavier Gendrin
IT Engineer
[EMAIL PROTECTED]
__________________________________
STORE ELECTRONIC SYSTEMS
1-7 rue Henri de France
95870 Bezons - France
Tél. : + 33 1 34 34 61 61
Fax : + 33 1 34 34 61 62
www.store-electronic-systems.com
www.ses-esl.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]