On Fri, October 5, 2007 7:12 pm, Dennis Lundberg wrote:

> Judging by the error message, you have not specified a version for the
> skin you are using. If you specify the version I think you will get
> around this problem. Here's how, just put this in your site.xml
>
> <project>
>    ...
>    <skin>
>      <groupId>org.apache.maven.skins</groupId>
>      <artifactId>maven-classic-skin</artifactId>
>      <version>1.0</version>
>    </skin>
>    ...
> </project>

Having just tried this out, I am still getting random failures even when a
site.xml file is specified for the root pom of a multi-module project.

It would seem that whatever changed in the repository on friday, it has
broken the site plugin, and we have been forced to disable all generation
of documentation as it kept breaking our build.

Does anyone have any insight on what may be causing this issue?

Regards,
Graham
--



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to