Any suggestions anyone?  This is only happening when building via Hudson
and multiple executors running at once.

-----Original Message-----
From: EJ Ciramella [mailto:ecirame...@upromise.com] 
Sent: Thursday, September 24, 2009 4:57 PM
To: users@maven.apache.org
Subject: RE: Random can't find skin failure

Another related clue is the following in the logs:

[INFO] Parent project loaded from repository.
Downloading:
http://<url>/archiva/repository/bertha/<parentmodule>/1.0-SNAPSHOT/<pare
ntmodule>-1.0-20090330.141907-1-site_en.xml
Downloading:
http://<url>/archiva/repository/bertha/<parentmodule>/1.0-SNAPSHOT/<pare
ntmodule>-1.0-20090330.141907-1-site.xml
[INFO] artifact org.apache.maven.skins:maven-default-skin: checking for
updates from bertha...

What makes maven go look for the site skins there?


-----Original Message-----
From: EJ Ciramella [mailto:ecirame...@upromise.com] 
Sent: Thursday, September 24, 2009 4:47 PM
To: users@maven.apache.org
Subject: Random can't find skin failure

Hello list - I'm struggling a bit with the enclosed error.  I see this
almost randomly while building in Hudson against our Archiva repository:

 

[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

 

 

It only seems to happen if there are a few (unrelated) builds running at
the same time - any suggestions?


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to