On Wed, 2008-01-09 at 11:35 +0100, François Xavier Gendrin wrote:
> 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 ?
Have you tried adding this at the bottom of your pom?
<properties>
<project.reporting.outputDirectory>
VALUE
</project.reporting.outputDirectory>
</properties>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]