Hi Vincent, I tried your sugesstion. No Luck. I think I will wait until skin is release or someone in the maillist might know how to fix it. Thanks, Dave
On 1/25/06, Vincent Siveton <[EMAIL PROTECTED]> wrote: > > Hi Dave, > > The skins are not released yet. Try to add the following in your site.xml: > <skin> > <groupId>org.apache.maven.skins</groupId> > <artifactId>maven-site-skin</artifactId> > <version>1.0-SNAPSHOT</version> > </skin> > > Cheers, > > Vincent > > 2006/1/25, Dave Maung <[EMAIL PROTECTED]>: > > 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 > to > > 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.executeGoalWithLifecycle > > (DefaultLifecycleExecutor.java:472) > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal( > > DefaultLifecycleExecutor.java:451) > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures > > (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 > :430) > > at org.codehaus.classworlds.Launcher.main(Launcher.java:375) > > Caused by: org.apache.maven.plugin.MojoFailureException: The skin does > not > > 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 <[EMAIL PROTECTED]> wrote: > > > > > > You need to checkout the skins (/repos/asf/maven/skins/trunk) and do > mvn > > > 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: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >