Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
2.1.3
-
None
-
None
-
Ubuntu Raring/13.04 64bit, but most probably OS independant
Description
<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.)