You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2008/07/20 17:48:26 UTC

[jira] Created: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
-------------------------------------------------------------------------------------------------------

                 Key: MPIR-130
                 URL: http://jira.codehaus.org/browse/MPIR-130
             Project: Maven 2.x Project Info Reports Plugin
          Issue Type: Bug
          Components: dependencies
    Affects Versions: 2.1
            Reporter: Dennis Lundberg


Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MPIR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142733#action_142733 ] 

Vincent Siveton commented on MPIR-130:
--------------------------------------

I fixed it in [r678720|http://svn.apache.org/viewvc?rev=678720&view=rev], snapshot deployed.
Sounds good for several plugins. Could you double check?

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: MPIR-130.diff, MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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] Closed: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

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

Dennis Lundberg closed MPIR-130.
--------------------------------

    Resolution: Fixed

I can confirm that your patch works for both my use case and yours.

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>            Assignee: Vincent Siveton
>             Fix For: 2.1
>
>         Attachments: MPIR-130.diff, MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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] Updated: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

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

Dennis Lundberg updated MPIR-130:
---------------------------------

    Attachment: MPIR-130.patch

Here's a proposed patch that works for the case with Maven One Plugin.

This patch completely removes getDependencyUrlFromRepository(). I'm not sure why that method was needed, but it doesn't seem to be necessary. The method was added by Vincent, so I'd appreciate if he would have a look at this patch before I apply it.

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

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

Dennis Lundberg commented on MPIR-130:
--------------------------------------

Yes, I get that too and also this warning message on the console:

[WARNING] The repository url 'http://snapshots.maven.codehaus.org/maven2' is invalid - Repository 'snapshots' will be blacklisted.

Do you get that as well?

I don't know where that repo is coming from though.

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: MPIR-130.diff, MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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] Updated: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated MPIR-130:
---------------------------------

         Assignee: Vincent Siveton
    Fix Version/s: 2.1

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>            Assignee: Vincent Siveton
>             Fix For: 2.1
>
>         Attachments: MPIR-130.diff, MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

-- 
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] Updated: (MPIR-130) No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report

Posted by "Vincent Siveton (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPIR-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Siveton updated MPIR-130:
---------------------------------

    Attachment: MPIR-130.diff

I tried your patch and it works fine for maven-model-converter.
Unfortunately, if you tried to use a snapshot like p-u:1.5.2-SNAPSHOT from snapshots.repository.codehaus.org, it fails again to add a link in the codehaus.snapshots cell.

> No mark or link to SNAPSHOT artifacts in Dependency Repository Locations section of Dependencies report
> -------------------------------------------------------------------------------------------------------
>
>                 Key: MPIR-130
>                 URL: http://jira.codehaus.org/browse/MPIR-130
>             Project: Maven 2.x Project Info Reports Plugin
>          Issue Type: Bug
>          Components: dependencies
>    Affects Versions: 2.1
>            Reporter: Dennis Lundberg
>         Attachments: MPIR-130.diff, MPIR-130.patch
>
>
> Under the heading "Dependency Repository Locations". When I used the new version of MPIR on Maven One Plugin from trunk I don't get a download link for the SNAPSHOT dependency org.apache.maven.shared:maven-model-converter:jar:2.3-SNAPSHOT even though there is a column for the "apache.snapshots" repo.

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