Hi,

I get this error today while making a build with the site plugin. Some 
Google search leads me to similar problems where it is said that a 
possible solution (or workaround) would be to add a site directory with a 
site.xml specifying the skin version.
The thing is, that I don't have any site plugin customization. The site 
goal worked perfectly well for weeks and our pom.xml is unchanged since 
October 9th.

Do you habe any idea what the cause of the problem is and how I can handle 
it?

Thanks in advance,
Ole


Maven trace:

[INFO] [site:site]
[WARNING] No URL defined for the project - decoration links will not be 
resolved
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for 
updates from central
[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

Alternatively, if you host your own repository you can deploy the file 
there: 
    mvn deploy:deploy-file -DgroupId=org.apache.maven.skins 
-DartifactId=maven-default-skin -Dversion=RELEASE -Dpackaging=jar 
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


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



--  Kommen Sie uns besuchen: 

Vom 18.-21.11. 2008  wird engram auf der Innovationsfläche des IT-Forums der 
Finanz Informatik in Frankfurt als Aussteller innovative Lösungen im Bereich IT 
vorstellen.  
Interessenten finden engram in der Halle 4.2, Frankfurter Messe. 

Wir freuen uns auf Ihren Besuch! 
engram GmbH 
Konsul-Smidt-Straße 8r 
28217 Bremen 
Germany 
Tel.: +49-[0]421-620298-0 
Fax: +49-[0]421-620298-999 
Handelsregister Bremen HRB 20782 
Geschäftsführer: Jens Wünderlich 
Aufsichtsratsvorsitzender: Ralf Paslack 

Reply via email to