[
http://jira.codehaus.org/browse/MNG-3139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=155022#action_155022
]
Michael Stevens commented on MNG-3139:
--------------------------------------
I'd like to see this reopened too, it started happening for us last night.
There was evidence that for some reason, the repository location of the skins
artifact was resolving to java.net. I found this file in the local repository
for our site:site build:
maven-metadata-java.net.xml
<?xml version="1.0" encoding="UTF-8"?><metadata>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
</metadata>
To fix the problem, I removed the maven-default-skin directory in the local
repository, as our company repository contains the proper metadata file and the
1.0 resource. After removing the artifacts from the local repository, the
correct metadata and artifact were retrieved.
It's a simple fix, but it would be nice if the build didn't break due to this
problem in the first place.
> The skin does not exist: Unable to determine the release version
> ----------------------------------------------------------------
>
> Key: MNG-3139
> URL: http://jira.codehaus.org/browse/MNG-3139
> Project: Maven 2
> Issue Type: Bug
> Components: Sites & Reporting
> Affects Versions: 2.0.7
> Reporter: eyal david
> Assignee: Brett Porter
>
> hi I have problem generating site when im using the command mvn site
> it performs all stagegs and when it came to site generation the message is
> shown :
> 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
> do u have an idea what is the problem ?
> p.s the jar is registered in my local repository and in the remote repository
> thank u
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira