AFAIK, skin are resolved as artifacts but not as plugin [1] see method getSkinArtifactFile
But to not depends on this create your own skin ;-) (very nice feature) - Olivier [1] http://svn.apache.org/viewcvs.cgi/maven/plugins/trunk/maven-site-plugin/ src/main/java/org/apache/maven/plugins/site/SiteMojo.java?rev=370214&vie w=markup -----Message d'origine----- De : David Sag [mailto:[EMAIL PROTECTED] Envoyé : vendredi 24 février 2006 14:51 À : Maven Users List Objet : Re: default skin - where do i get it? Hi Brett I added that to the pluginRepositories section of my settings.xml (it was already in the repositories section) and while i can see it trying to look for stuff in there, i still get the same problem. fixing the site plugin to 2.0-beta-4 fixed my problem for now though Kind regards, Dave Sag "Brett Porter" <[EMAIL PROTECTED]> wrote on 24-02-2006 13:38:16: > You'll need to use this repository until the site skins and site plugin are > released: > > <repository> > <url>http://cvs.apache.org/maven-snapshot-repository/</url> > </repository> > > Or, you can lock your site plugin to version 2.0-beta-4 (the current > release). > > - Brett > > On 2/24/06, David Sag <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > I had to rebuild maven from the source files in svn as the cobertura > > plugin is now demanding version 2.0.3 to run. > > > > but now the site plugin is complaining that it can't find the skin > > org.apache.maven.skins:maven-default-skin:jar:RELEASE > > > > so where do I find that - please don't say I have to build it from source > > as I am at work now where I can't access your svn repo. > > > > the mvn output says to try downloading it from the project website - but > > does not mention where that site is. > > > > Kind regards, > > Dave Sag > > > > > > > > > > This e-mail, any attachments and the information contained therein ("this message") are confidential and intended solely for the use of the addressee(s). If you have received this message in error please send it back to the sender and delete it. Unauthorized publication, use, dissemination or disclosure of this message, either in whole or in part is strictly prohibited. -------------------------------------------------------------------------------------------------------------- Ce message électronique et tous les fichiers joints ainsi que les informations contenues dans ce message ( ci après "le message" ), sont confidentiels et destinés exclusivement à l'usage de la personne à laquelle ils sont adressés. Si vous avez reçu ce message par erreur, merci de le renvoyer à son émetteur et de le détruire. Toutes diffusion, publication, totale ou partielle ou divulgation sous quelque forme que se soit non expressément autorisées de ce message, sont interdites. ------------------------------------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
