Hi,

I am currently trying to extend some of our build scripts with targets that 
locally install built libs in a maven repo. Now I have to sort of tell the 
targets which dependencies are used. I would really like to simply reference 
libs publically available in Maven-Central but some of the libs we are using 
are some strange patched versions.


Simply referencing jars in maven central would make it a lot easier to download 
only what we need. I think it would be a lot more stable than depending on the 
project sites of several projects being online.

So instead of downloading a zip or tar.gz from a project site, unpacking that 
and taking one or two jars from that and copying them to another place, 
wouldn't it be a lot easier to simply fetch that from maven-central? After all 
you can download the jars with the same tools you download the binary packages.


Chris

Reply via email to