[ 
http://jira.codehaus.org/browse/MSITE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237732#action_237732
 ] 

Dennis Lundberg commented on MSITE-511:
---------------------------------------

When you say "maven could use a release from central", what do you mean by 
that? What needs to be released?

No, the repository is not in sync with central when it comes to this particular 
artifact. Compare the contents of these directories and their metadata files:
https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/skins/maven-default-skin/
http://repo1.maven.org/maven2/org/apache/maven/skins/maven-default-skin/

It seems to be a SNAPSHOT-only repository. So having
{code}
<snapshots>
  <enabled>false</enabled>
</snapshots>
{code}
for it doesn't make any sense to me.

> unavailable skin snapshot is used
> ---------------------------------
>
>                 Key: MSITE-511
>                 URL: http://jira.codehaus.org/browse/MSITE-511
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>    Affects Versions: 2.0-beta-7, 2.0.1, 2.1.1
>         Environment: Apache Maven 2.0.11 (r909250; 2010-02-12 06:55:50+0100)
> Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
>            Reporter: Michael Brackx
>         Attachments: pom.xml
>
>
> "mvn site" fails with repository with disabled snapshots having snapshot 
> skins.
> It seems the disabling of snapshots for the repository is not honored.
> example pom is attached
> error:
> [INFO] SiteToolException: ArtifactResolutionException: Unable to find skin
> Failed to resolve artifact, possibly due to a repository list that is not 
> appropriately equipped for this artifact's metadata.
>   org.apache.maven.skins:maven-default-skin:jar:1.1-SNAPSHOT
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   jboss-public (https://repository.jboss.org/nexus/content/groups/public)

-- 
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

        

Reply via email to