Does Maven download jars every time it does any thing?

2009-11-20 Thread chicagopooldude

I understand that local repos need to have all the dependency jars first time
but does maven really download jars every time I do compile,install etc.
Cause the info messages seem to suggest some thing like that?
-- 
View this message in context: 
http://old.nabble.com/Does-Maven-download-jars-every-time-it-does-any-thing--tp26448882p26448882.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Does Maven download jars every time it does any thing?

2009-11-20 Thread David Hoffer
No, if it's already in your local repo it will not download it again.

-Dave

On Fri, Nov 20, 2009 at 1:52 PM, chicagopooldude
seshu.pit...@cmegroup.comwrote:


 I understand that local repos need to have all the dependency jars first
 time
 but does maven really download jars every time I do compile,install etc.
 Cause the info messages seem to suggest some thing like that?
 --
 View this message in context:
 http://old.nabble.com/Does-Maven-download-jars-every-time-it-does-any-thing--tp26448882p26448882.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


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




Re: Does Maven download jars every time it does any thing?

2009-11-20 Thread Brian Fox
No it doesn't. They are stored in your local repo. Snapshots are
checked once a day for updates. If however you are using something
that doesn't have a pom, then it will try everytime looking for it.

On Fri, Nov 20, 2009 at 3:52 PM, chicagopooldude
seshu.pit...@cmegroup.com wrote:

 I understand that local repos need to have all the dependency jars first time
 but does maven really download jars every time I do compile,install etc.
 Cause the info messages seem to suggest some thing like that?
 --
 View this message in context: 
 http://old.nabble.com/Does-Maven-download-jars-every-time-it-does-any-thing--tp26448882p26448882.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


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



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



Re: Does Maven download jars every time it does any thing?

2009-11-20 Thread chicagopooldude

Thanks Brian but home i see downloading downloading every time i do some
thing as this is not the first time i am doing this. is there any way we can
disable this atleast visually?
-- 
View this message in context: 
http://old.nabble.com/Does-Maven-download-jars-every-time-it-does-any-thing--tp26448882p26450265.html
Sent from the Maven - Users mailing list archive at Nabble.com.


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



Re: Does Maven download jars every time it does any thing?

2009-11-20 Thread Wendy Smoak
On Fri, Nov 20, 2009 at 2:26 PM, chicagopooldude
seshu.pit...@cmegroup.com wrote:

 Thanks Brian but home i see downloading downloading every time i do some
 thing as this is not the first time i am doing this. is there any way we can
 disable this atleast visually?

Paste a small section of the build log so someone can take a look.
Most likely it's what Brian said, there is a missing pom and it's
looking for that, not the jar.

-- 
Wendy

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