Peter Nabbefeld wrote:


Hi,

I've got the following output from building a project (not mine) with maven:

__  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0-rc3

Plugin cache will be regenerated
Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.
Attempting to download maven-findbugs-plugin-1.0-SNAPSHOT.jar.
Attempting to download commons-jelly-tags-xml-SNAPSHOT.jar.


While it is clear, there are duplicates in dependencies, IMHO maven should remember the download and not try again.


Kind regards

Peter Nabbefeld


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

most probably there are inherited dependencies...and since that jar is a snapshot, maven attempts to download it always

--
Henry S. Isidro
Software Engineer
Exist Software Labs


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to