You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Michael Mattox <mi...@verideon.com> on 2005/07/07 16:15:15 UTC

deploy:copy-deps doesn't copy a jar if it exists in the user's repository

I deploy a jar and then use the deploy:copy-deps to copy it, it works.  I
then touch the jar on the server (I use maven-proxy).  Next I redo the
deploy:copy-deps and it says it's up to date:

D:\projects\PJ\workspace\ciweb2g-miniapp>maven update-jars
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

update-jars:
    [echo] Goal update-jars for project ciweb2g-miniapp
    [echo] Calling deploy:copy-deps
BUILD SUCCESSFUL
Total time: 2 seconds
Finished at: Thu Jul 07 16:06:16 CEST 2005

with -X I get more details:

    [copy] [DEBUG] fileset: Setup scanner in dir C:\Documents and
Settings\mmatt
ox\.maven\repository\dom4j\jars with patternSet{ includes:
[dom4j-1.6.1.jar] exc
ludes: [] }
    [copy] [VERBOSE] dom4j-1.6.1.jar omitted as dom4j-1.6.1.jar is up to
date.
attaining goal build:end

Is this a bug?  I'm totally stuck because we can't use our jars without
erasing the project jars in the local repository each time we want to get
the new jars..

-Michael






--
This E-mail is confidential.  It may also be legally privileged.  If you are
not the addressee you may not copy, forward, disclose or use any part of it.
If you have received this message in error, please delete it and all copies
from your system and notify the sender immediately by return E-mail.
Internet communications cannot be guaranteed to be timely, secure, error or
virus-free.  The sender does not accept liability for any errors or omissions.


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