You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Brett Porter <br...@gmail.com> on 2004/07/01 02:19:20 UTC

Re: Why does maven load the plugin twice?

Yes, it should. There is a todo in the code for that, but under the
current method it's a bit tricky other than to just make it static -
but that breaks things like maven console when building snapshots
outside of the app.

Don't worry - it only downloads if it is missing or changed and the
HTTP request to detect a change is very cheap.

On Wed, 30 Jun 2004 10:27:11 +0200, Peter Nabbefeld
<pe...@gmx.de> 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: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org