Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 21018 invoked from network); 25 Jan 2006 10:40:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 25 Jan 2006 10:40:49 -0000 Received: (qmail 90842 invoked by uid 500); 25 Jan 2006 10:40:48 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 90481 invoked by uid 500); 25 Jan 2006 10:40:47 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 90470 invoked by uid 99); 25 Jan 2006 10:40:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2006 02:40:47 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of vincent.siveton@gmail.com designates 64.233.184.207 as permitted sender) Received: from [64.233.184.207] (HELO wproxy.gmail.com) (64.233.184.207) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jan 2006 02:40:45 -0800 Received: by wproxy.gmail.com with SMTP id 71so60577wri for ; Wed, 25 Jan 2006 02:40:25 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HQo4J3+jrWO9cok05YUci1fOXFgPZBNN5mAmNRnAIrQylxeFTYKena3pUIwoEQPdajs1yYw0Is3CzIK//5Iy4FICtbgaMa/Y/RmI4wUdulPJWDKzKNgTcED2BQg15c8nBuqfGfeNEtHkyPZb+5rb5HEtXPe1Bijs6AUUhOWV0WM= Received: by 10.65.220.8 with SMTP id x8mr130805qbq; Wed, 25 Jan 2006 02:40:24 -0800 (PST) Received: by 10.65.38.9 with HTTP; Wed, 25 Jan 2006 02:40:24 -0800 (PST) Message-ID: <9ae367340601250240p2bcd6a8bk@mail.gmail.com> Date: Wed, 25 Jan 2006 05:40:24 -0500 From: Vincent Siveton To: Maven Developers List Subject: Re: mvn site using http://svn.apache.org/repos/asf/maven/plugins/trunk/ repository In-Reply-To: <2826ba490601242253p6323ce53m81ebc5d2bd158bf8@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2826ba490601202210v1808ca20i5dfd274889fbcf03@mail.gmail.com> <43D269E5.70705@apache.org> <2826ba490601242253p6323ce53m81ebc5d2bd158bf8@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dave, The skins are not released yet. Try to add the following in your site.xml: org.apache.maven.skins maven-site-skin 1.0-SNAPSHOT Cheers, Vincent 2006/1/25, Dave Maung : > Hi Brett, > I installed /repos/asf/maven/skins/trunk on my machine but I still ended = up > getting this. > This is what i did > 1. checkout http://svn.apache.org/repos/asf/maven/plugins/trunk/ plugins > 2. mvn install on plugins > 3. checkout http://svn.apache.org/repos/asf/maven/skins/trunk skins > 4 mvn install on skins > 6. checkout http://svn.apache.org/repos/asf/maven/site/trunk/ site > 7. mvn install on site > 8. mvn site on plugins and I got this > > I am using Maven version of 2.0.2. Do I have to set up anything. > > > [INFO] > -------------------------------------------------------------------------= --- > [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 > > > [INFO] > -------------------------------------------------------------------------= --- > [DEBUG] Trace > org.apache.maven.BuildFailureException: The skin does not exist: Unable t= o > determine the release version > > org.apache.maven.skins:maven-default-skin:jar:RELEASE > > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:552) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecy= cle > (DefaultLifecycleExecutor.java:472) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > DefaultLifecycleExecutor.java:451) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleF= ailures > (DefaultLifecycleExecutor.java:303) > at > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments( > DefaultLifecycleExecutor.java:270) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute( > DefaultLifecycleExecutor.java:139) > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322) > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115) > at org.apache.maven.cli.MavenCli.main(MavenCli.java:249) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke( > NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke( > DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315) > at org.codehaus.classworlds.Launcher.launch(Launcher.java:255) > at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:43= 0) > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > Caused by: org.apache.maven.plugin.MojoFailureException: The skin does no= t > exist: Unable to determine the release version > > org.apache.maven.skins:maven-default-skin:jar:RELEASE > > > at org.apache.maven.plugins.site.SiteMojo.getSkinArtifactFile( > SiteMojo.java:1361) > at org.apache.maven.plugins.site.SiteMojo.execute(SiteMojo.java:336) > at org.apache.maven.plugin.DefaultPluginManager.executeMojo( > DefaultPluginManager.java:415) > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals( > DefaultLifecycleExecutor.java:531) > > On 1/21/06, Brett Porter wrote: > > > > You need to checkout the skins (/repos/asf/maven/skins/trunk) and do mv= n > > install. > > > > - Brett > > > > Dave Maung wrote: > > > Hi > > > I am trying to run mvn site to compile all plugin and I got the below > > error. > > > see my log file. I used repository of > > > http://svn.apache.org/repos/asf/maven/plugins/trunk/ > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > > For additional commands, e-mail: dev-help@maven.apache.org > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org