You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Brackx (JIRA)" <ji...@codehaus.org> on 2010/10/05 14:37:32 UTC

[jira] Created: (MSITE-511) unavailable skin snapshot is used

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.1.1, 2.0.1, 2.0-beta-7
         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

        

[jira] Commented: (MSITE-511) unavailable skin snapshot is used

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ 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

        

[jira] (MSITE-511) unavailable skin snapshot is used

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MSITE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSITE-511.
---------------------------------

    Resolution: Incomplete

No response from reporter.
                
> unavailable skin snapshot is used
> ---------------------------------
>
>                 Key: MSITE-511
>                 URL: https://jira.codehaus.org/browse/MSITE-511
>             Project: Maven 2.x and 3.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, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MSITE-511) unavailable skin snapshot is used

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237573#action_237573 ] 

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

I suggest that you contact the maintainer of the repository, because the skin artifact is only available there in the 1.1-SNAPSHOT version.
See https://repository.jboss.org/nexus/content/groups/public/org/apache/maven/skins/maven-default-skin/maven-metadata.xml

> 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

        

[jira] Commented: (MSITE-511) unavailable skin snapshot is used

Posted by "Michael Brackx (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MSITE-511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=237630#action_237630 ] 

Michael Brackx commented on MSITE-511:
--------------------------------------

Yes, it is strange to only have snapshots, but apparently it is intentional.
Still, maven could use a release from central.
Note that when enabling snapshots for that repository it works, so that repository is "sane".

> 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