Hi, I want to generate and maintain a collection of jars of certain apache-projects (and of the 3rd party projects that these are dependent of) in my local filesystem with the following features:
1) each jar should contain the class- *and* corresponding source-files (as far as I see these kind of prepared packages are not available from the build sites - at least not according to point 3) 2) each jar should be maintained only once, especially these that others are dependent of; if there are jars needed that belong to the same project (commons-collections for example) with different versions used than the latest version of these jars should be used 3) most jars should be generated from certain/stable releases, but some from nightly versions (SNAPSHOTS) or directly from cvs (e.g. when there are hot bugfixes/enhancements I am interested in) Ideally I just would have to specify these constraints somewhere (eg. one or more project.xml) and than would be able to have these jars created/updated any time. Is maven providing these functionality or can it be (easily) enhanced accordingly? Kind regards, Thilo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
