Now it's no longer working.  The jar has been removed from the repository
and site plugin from HEAD is no longer working.

On 1/17/06, Allison, Bob <[EMAIL PROTECTED]> wrote:
>
> Missed that.  My bad.  With the stuff in the site.xml, things seem to be
> working correctly now.
>
> Thanks for your help!
>
> -----Original Message-----
> From: Mike Perham [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 17, 2006 14:55
> To: Maven Users List
> Subject: RE: Problem With Maven 2.0.2
>
>
> Note he said site.xml, not pom.xml.
>
> -----Original Message-----
> From: Allison, Bob [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 17, 2006 1:47 PM
> To: Maven Users List
> Subject: RE: Problem With Maven 2.0.2
>
> Since the skin tag does not appear in the documentation yet, where does
> it belong?  I tried adding it after the reporting section, but it
> complained that skin is an unrecognized tag.  Also, is the model still
> 4.0.0?
>
> -----Original Message-----
> From: Arnd Brusdeilins [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, January 17, 2006 14:29
> To: Maven Users List
> Subject: Re: Problem With Maven 2.0.2
>
>
> i got the same problem and defined a skin in my site.xml like
>
> <project>
> ...
> <skin>
>   <groupId>org.apache.maven.skins</groupId>
>   <artifactId>maven-stylus-skin</artifactId>
>   <version>1.0-SNAPSHOT</version>
> </skin>
> ...
> </project>
>
> now it works
>
> Allison, Bob wrote:
> >I upgraded to Maven 2.0.2 this morning, and started getting the problem
> >with the CheckStyle plugin and Jdk14Logger class (MCHECKSTYLE-24), so I
> >adjusted things to be able to use CheckStyle 2.0-beta-2-SNAPSHOT (added
> >the snapshot repository, updated the CheckStyle plugin version, etc.).
> >
> >Now I get an error saying:
> >The skin does not exist: Unable to determine the release version
> >  org.apache.maven.skins:maven-default-skin:jar:RELEASE
> >
> >I searched all of the POMs that have been downloaded and can't find
> >which project specifies this dependency.  Running mvn -X does not shed
> >any light on the matter.
> >
> >Anybody have any clues how to resolve this?
> >
> >---------------------------------------------------------------------
> >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]
>
>
>
> ---------------------------------------------------------------------
> 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