Nadahar / external-maven-plugin

This is a fork of "Maven External Dependency Plugin", http://code.google.com/p/maven-external-dependency-plugin/. This Maven plugin allows downloading, installing, and deploying dependency artifacts that are not stored in a Maven repository.
1 stars 0 forks source link

Attempt to resolve configured artifact in remote repositories prior to download #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Attempt to resolve configured artifacts in remote repositories before 
downloading and installing one that may override a publicly hosted artifact.   

Original issue reported on code.google.com by savage7....@gmail.com on 9 Feb 2010 at 4:32

GoogleCodeExporter commented 8 years ago
Implemented.

Before attempting the download of an externally configured artifact, the plugin 
will 
now attempt to resolve the artifact in the local and remote repositories.  If 
the 
plugin was able to resolve the artifact in an existing repository, then there 
is no 
need to download it as the maven dependency resolver will resolve prior to 
compile.  
The purpose of this plugin is to download dependencies that cannot be resolved 
in 
existing repositories, not to somehow supersede the default Maven artifact 
resolution 
workflow.  

Original comment by savage7....@gmail.com on 11 Feb 2010 at 3:03