Apologies for dragging up an old post, but I have been using the maven-invoker-plugin with Maven 2.2.1 and I get the same error. So other people can find a google response, I followed the same instructions here to create a src/site/site.xml which specifies the skin for each of my IT projects.
I'm not sure how http://jira.codehaus.org/browse/MNG-3139 relates to the invoker plugin. On Tue, Oct 9, 2007 at 6:55 AM, Dennis Lundberg <[email protected]> wrote: > Graham, we need more details to be able to say anything. > > Graham Leggett wrote: >> >> 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 >> -- > > > -- > Dennis Lundberg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
