On Sat, May 25, 2002 at 09:26:06PM -0500, Evan Koffler wrote:
> 1) maven:update-jars delegates onto plugins/core/build.xml which uses
> the httpget taskdef. This passes in the maven.repo.remote as the ant
> task parameter of 'baseUrl'. Which gets magically set by the ant
> TaskAdapter and the introspection. The setBaseUrl(String) does not
> split this into an array structure like ProjectVerifier does. It also
> doesn't append the trailing slash (/) and other niceties.

You shouldn't really be using maven:udpate-jars anymore (this was added
back temporarily until all JARs have been uniquely named).  

Maven will automatically download any JARs that you don't have in your
lib.repo.  The only thing you need to do is uniquely identify your JAR
filenames (i.e. add a version number to them and don't use generic
'-dev' jars without some timestamp on them).

Thanks!
Pete


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to