Must I add this even if I grabbed the skin modules from SVN and installed
them locally? This sounds weird...
And what if I try to build my own skin? If I put the <skin> tag with my own
skin groupId and artifactId (that I have previously built and installed of
course), Maven is still looking for the default skin, not mine... Is this a
bug or just the fact that the site plugin not finished yet?
Best Regards / Cordialement,
Fabrice BELLINGARD
DINQ/DSIN/INSI/EATE/IDVS/AIDV
(+33) (01 61) 45 15 91 - [EMAIL PROTECTED]
Emmanuel Venisse
<[EMAIL PROTECTED]
e.net> Pour
Maven Users List
14/02/2006 14:27 <users@maven.apache.org>
cc
Veuillez Objet
répondre à Re: Site plugin: is the <skin> tag
Maven Users List used?
<[EMAIL PROTECTED]
che.org>
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]