You must add this in your pom :

    <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>

because the skin jar isn't release yet.

Emmanuel

[EMAIL PROTECTED] a écrit :



Hi,

I'm currently testing the latest snapshot of the site plugin, and read the
threads about the skinning functionnality, but I can't get it to work. I
have added under <project> of my "site.xml" file:

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

But I get the following error:

   [ERROR] BUILD FAILURE
   [INFO] ----------------------------------------------------------------
   ---
   [INFO] The skin does not exist: Unable to determine the release version

     org.apache.maven.skins:maven-default-skin:jar:RELEASE

It seems that my <skin> tag is not read by Maven, as I'm required stylus
skin and not the default one. Did I put the <site> tag in a wrong place?
Has someone managed to make it work?

Thanks in advance for your answers,

Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91  -  [EMAIL PROTECTED]


---------------------------------------------------------------------
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]

Reply via email to