Hi,

I'm not sure if this should be addressed at the maven2 mailing list but
I'll simply give it a try ;-)

I updated to maven 2.0.3 and locally installed (mvn install) maven-site
plugin and maven-skins. But when running mvn site in my project I get
teh following error. Any hints appreciated!

[INFO] [site:site]
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] The skin does not exist: Unable to determine the release version

Try downloading the file manually from the project website.

Then, install it using the command:
    mvn install:install-file -DgroupId=org.apache.maven.skins
-DartifactId=maven-default-skin \
        -Dversion=RELEASE -Dpackaging=jar -Dfile=/path/to/file


  org.apache.maven.skins:maven-default-skin:jar:RELEASE


Regards,

Stefan.

Reply via email to