Something strange: I've figured out that the SVN version of the site plugin
does not use my "site.xml" file... whereas version 2.0-beta-4 finds this
file in my project and uses it correctly to generate the site.
Did something change between 2.0-beta-4 and the SVN version of the plugin?
What could make the plugin ignore my "site.xml" file and use the default
one instead?

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

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


---------------------------------------------                                   
          

Emmanuel Venisse
<[EMAIL PROTECTED]>
PourMaven Users List

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]

Reply via email to