You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by gdub <a5...@orthogony.com> on 2006/12/20 19:55:39 UTC

extra jars not kept up-to-date in remote repository

Hi-

We're building with Continuum and I have the problem
that builds aren't causing all of the artifacts to be
stored.

What seems to happen is that for the first build for
a given date code, all the source, test, and javadoc
jars get deployed. For subsequent builds that have
the same date in the name, only the primary library
jar gets stores (see example at end).

If the date code is bumped, then the cycle starts
over--all the artifacts are stored one time but sub-
sequent builds do not cause them to be stored.

These are snapshots, BTW.

The main problem this causes is on the developer
side. When one does something like:
  mvn -U eclipse:eclipse
sources do not get attached.

I have all the requisite plugins for source, javadoc,
and test jar creation in the poms.

Any ideas?

TIA,

  -dub


example:
Index of /.../service-domain/1.0-SNAPSHOT
...
service-domain-1.0-20061213.005715-4-javadoc.jar      12-Dec-2006 19:59  
174K 
service-domain-1.0-20061213.005715-4-javadoc.jar.md5  12-Dec-2006 
20:00   32  
service-domain-1.0-20061213.005715-4-javadoc.jar.sha1 12-Dec-2006 
20:00   40  
service-domain-1.0-20061213.005715-4-sources.jar      12-Dec-2006 
19:59   15K 
service-domain-1.0-20061213.005715-4-sources.jar.md5  12-Dec-2006 
19:59   32  
service-domain-1.0-20061213.005715-4-sources.jar.sha1 12-Dec-2006 
19:59   40  
service-domain-1.0-20061213.005715-4-tests.jar        12-Dec-2006 19:59  
6.9K 
service-domain-1.0-20061213.005715-4-tests.jar.md5    12-Dec-2006 
19:59   32  
service-domain-1.0-20061213.005715-4-tests.jar.sha1   12-Dec-2006 
19:59   40  
service-domain-1.0-20061213.005715-4.jar              12-Dec-2006 
19:59   19K 
service-domain-1.0-20061213.005715-4.jar.md5          12-Dec-2006 
19:59   32  
service-domain-1.0-20061213.005715-4.jar.sha1         12-Dec-2006 
19:59   40  
service-domain-1.0-20061213.005715-4.pom              12-Dec-2006 19:59  
469  
service-domain-1.0-20061213.005715-4.pom.md5          12-Dec-2006 
19:59   32  
service-domain-1.0-20061213.005715-4.pom.sha1         12-Dec-2006 
19:59   40  
service-domain-1.0-20061213.222334-5.jar              13-Dec-2006 
17:40   19K 
service-domain-1.0-20061213.222334-5.jar.md5          13-Dec-2006 
17:40   32  
service-domain-1.0-20061213.222334-5.jar.sha1         13-Dec-2006 
17:40   40  
service-domain-1.0-20061213.222334-5.pom              13-Dec-2006 17:40  
686  
service-domain-1.0-20061213.222334-5.pom.md5          13-Dec-2006 
17:40   32  
service-domain-1.0-20061213.222334-5.pom.sha1         13-Dec-2006 
17:40   40  
...

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