Hi David,

You should remember that although Maven itself was released, some of
the plugins (e.g. the site plugin) have not been released yet. You are
currently using either a SNAPSHOT, or one of the BETA releases - all
of which are subject to change as they are still being written and
implemented.

As for your problem - if the above solution does not work, try adding
this (in addition to what Emmanuel specified above) to your site.xml
file:

<skin>
    <groupId>org.apache.maven.skins</groupId>
    <artifactId>maven-stylus-skin</artifactId>
    <version>1.0-SNAPSHOT</version>
  </skin>

Best regards (and good luck :P)
  Arik.


On 2/3/06, Emmanuel Venisse <[EMAIL PROTECTED]> wrote:
> You use the snapshot version of site plugin, right?
>
> Add this in your pom :
>    <repositories>
>      <repository>
>        <releases>
>          <enabled>false</enabled>
>        </releases>
>        <id>apache.snapshots</id>
>        <name>Apache Development Repository</name>
>        <url>http://cvs.apache.org/maven-snapshot-repository</url>
>      </repository>
>    </repositories>
>
> Emmanuel
>
> David Sag a écrit :
> >
> > Today I got a new error when building the site for my project.
> >
> > the skin does not exist: unable to determine the release version.
> >
> > WTF?  I've never seen this error before.
> >
> > Is it just me, or does the new found brittle nature of builds scare
> > anyone else?  It's truly scary to go home leaving a project that builds
> > fine, and come in in the morning to discover that now it doesn't.
> >
> > Kind regards,
> > Dave Sag
> >
> >
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Regards,
    _____________________________________
    Arik Kfir                    [EMAIL PROTECTED]

Reply via email to