You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Thomas Pasch (JIRA)" <ji...@codehaus.org> on 2013/05/23 15:24:52 UTC

[jira] (MANTTASKS-237) Task only checks Maven Repo Servers

Thomas Pasch created MANTTASKS-237:
--------------------------------------

             Summary: <artifact:dependencies/> Task only checks Maven Repo Servers
                 Key: MANTTASKS-237
                 URL: https://jira.codehaus.org/browse/MANTTASKS-237
             Project: Maven 2.x Ant Tasks
          Issue Type: Bug
          Components: dependencies task
    Affects Versions: 2.1.3
         Environment: Ubuntu Raring/13.04 64bit, but most probably OS independant
            Reporter: Thomas Pasch
            Priority: Minor


<artifact:dependencies/> Task only checks Maven Repo Servers. This is wrong and best seen with SNAPSHOT dependencies.

The dependency task should (also) take into account (in this proper sequence):

1. The current maven reactor, i.e. the modules to build currently. (This should be none, as the dependency task rather will build nothing.)
2. The local maven artifact cache (normally situated under ~/.m2/repository.
3. The repo servers defined in the pom.xml (and the default repo servers). (This is the only thing done currently.)

 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira