RE: [m2 dependency plugin] updated dependency not copied

2006-01-11 Thread Christopher Cobb
-Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] This is because the dependency plugin looks for the existing file before copying over. We originally had the ability to force an overwrite but took it out before release. The reasoning was that artifacts should be

RE: [m2 dependency plugin] updated dependency not copied

2006-01-11 Thread Brian E. Fox
So a simple overWrite flag per artifact would solve this for you? -Original Message- From: Christopher Cobb [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 8:41 AM To: 'Maven Users List' Subject: RE: [m2 dependency plugin] updated dependency not copied -Original

RE: [m2 dependency plugin] updated dependency not copied

2006-01-11 Thread Christopher Cobb
That would work for me. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 11, 2006 8:49 AM To: Maven Users List Subject: RE: [m2 dependency plugin] updated dependency not copied So a simple overWrite flag per artifact would solve this for you

RE: [m2 dependency plugin] updated dependency not copied

2006-01-10 Thread Brian E. Fox
This is because the dependency plugin looks for the existing file before copying over. We originally had the ability to force an overwrite but took it out before release. The reasoning was that artifacts should be non-mutatable in the repo. Ie if we get v1 copied, we shouldn't copy v1 again. This