You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Lee Thompson (JIRA)" <ji...@codehaus.org> on 2009/12/28 15:53:55 UTC

[jira] Created: (MDEP-247) Partially resolved artifacts in local repo trip up go-offline

Partially resolved artifacts in local repo trip up go-offline
-------------------------------------------------------------

                 Key: MDEP-247
                 URL: http://jira.codehaus.org/browse/MDEP-247
             Project: Maven 2.x Dependency Plugin
          Issue Type: Bug
          Components: copy-dependencies, go-offline, resolve, resolve-plugins
    Affects Versions: 2.1
         Environment: Mac/Linux
            Reporter: Lee Thompson
            Assignee: Brian Fox


Sometime ins my local repo, I get an artifact POM downloaded, but not the JAR.  This happens frequently enough that when I do go offline, my development work comes to a halt.

The latest partial in my local repo is this...

{code:title=RepoListing|borderStyle=solid}
$ ls ~/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1
plexus-utils-1.4.1.pom      plexus-utils-1.4.1.pom.sha1
{code}

Notice the plexus-utils jar file is not in the repo.  The issue is go-offline should detect that the packaged artifact is missing and resolve it, not just the POM

-- 
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] Moved: (MNG-4691) Partially resolved artifacts in local repo trip up go-offline

Posted by "Brian Fox (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Fox moved MDEP-247 to MNG-4691:
-------------------------------------

           Complexity: Intermediate
          Component/s:     (was: resolve-plugins)
                           (was: go-offline)
                           (was: resolve)
                           (was: copy-dependencies)
                       Dependencies
    Affects Version/s:     (was: 2.1)
                  Key: MNG-4691  (was: MDEP-247)
              Project: Maven 2 & 3  (was: Maven 2.x Dependency Plugin)

> Partially resolved artifacts in local repo trip up go-offline
> -------------------------------------------------------------
>
>                 Key: MNG-4691
>                 URL: http://jira.codehaus.org/browse/MNG-4691
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>         Environment: Mac/Linux
>            Reporter: Lee Thompson
>            Assignee: Brian Fox
>
> Sometime ins my local repo, I get an artifact POM downloaded, but not the JAR.  This happens frequently enough that when I do go offline, my development work comes to a halt.
> The latest partial in my local repo is this...
> {code:title=RepoListing|borderStyle=solid}
> $ ls ~/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1
> plexus-utils-1.4.1.pom      plexus-utils-1.4.1.pom.sha1
> {code}
> Notice the plexus-utils jar file is not in the repo.  The issue is go-offline should detect that the packaged artifact is missing and resolve it, not just the POM

-- 
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: (MNG-4691) Partially resolved artifacts in local repo trip up go-offline

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MNG-4691?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann closed MNG-4691.
----------------------------------

    Resolution: Incomplete
      Assignee: Benjamin Bentmann  (was: Brian Fox)

Having just POMs inside the local repository is in general not a bug, POMs are downloaded during calculation of the dependency graph and due to conflict resolution, some parts of the dirty tree might not get resolved, i.e. no JARs are fetched.

Without some concrete example demonstrating the issue, there is no basis for an analysis.

> Partially resolved artifacts in local repo trip up go-offline
> -------------------------------------------------------------
>
>                 Key: MNG-4691
>                 URL: http://jira.codehaus.org/browse/MNG-4691
>             Project: Maven 2 & 3
>          Issue Type: Bug
>          Components: Dependencies
>         Environment: Mac/Linux
>            Reporter: Lee Thompson
>            Assignee: Benjamin Bentmann
>
> Sometime ins my local repo, I get an artifact POM downloaded, but not the JAR.  This happens frequently enough that when I do go offline, my development work comes to a halt.
> The latest partial in my local repo is this...
> {code:title=RepoListing|borderStyle=solid}
> $ ls ~/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1
> plexus-utils-1.4.1.pom      plexus-utils-1.4.1.pom.sha1
> {code}
> Notice the plexus-utils jar file is not in the repo.  The issue is go-offline should detect that the packaged artifact is missing and resolve it, not just the POM

-- 
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: (MDEP-247) Partially resolved artifacts in local repo trip up go-offline

Posted by "Dan Tran (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MDEP-247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=204794#action_204794 ] 

Dan Tran commented on MDEP-247:
-------------------------------

looks like a maven core issue

> Partially resolved artifacts in local repo trip up go-offline
> -------------------------------------------------------------
>
>                 Key: MDEP-247
>                 URL: http://jira.codehaus.org/browse/MDEP-247
>             Project: Maven 2.x Dependency Plugin
>          Issue Type: Bug
>          Components: copy-dependencies, go-offline, resolve, resolve-plugins
>    Affects Versions: 2.1
>         Environment: Mac/Linux
>            Reporter: Lee Thompson
>            Assignee: Brian Fox
>
> Sometime ins my local repo, I get an artifact POM downloaded, but not the JAR.  This happens frequently enough that when I do go offline, my development work comes to a halt.
> The latest partial in my local repo is this...
> {code:title=RepoListing|borderStyle=solid}
> $ ls ~/.m2/repository/org/codehaus/plexus/plexus-utils/1.4.1
> plexus-utils-1.4.1.pom      plexus-utils-1.4.1.pom.sha1
> {code}
> Notice the plexus-utils jar file is not in the repo.  The issue is go-offline should detect that the packaged artifact is missing and resolve it, not just the POM

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