Hm,
ok. Seems I have to read the manuel more carefully. After adding
<pluginRepositories>
<pluginRepository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>snapshots</id>
<name>Maven Central Plugins Development Repository</name>
<url>http://snapshots.maven.codehaus.org/maven2</url>
</pluginRepository>
<pluginRepository>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
<id>apache.snapshots</id>
<name>Apache Development Repository</name>
<url>http://cvs.apache.org/maven-snapshot-repository</url>
</pluginRepository>
</pluginRepositories>
to my pom I got it running.
Anyway, does anyone have a "best practice" for the reporsitory /
pluginRepository configuration?
Regards,
Stefan.
Stefan Hedtfeld schrieb:
> 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.
>
>