some thoughts: - This omits classifier, in the case it differs from type - isn't this verbose if you have to give jar all the time, when most dependencies are? - does this handle dotted group IDs? (I assume it does)
I thought it might be better to do a taskdef (which I assume the antrun plugin can introduce), so the script could contain: <set-dependency-property property="..." groupId="..." artifactId="..." [type="..." classifier="..."] /> WDYT? - Brett [EMAIL PROTECTED] wrote: > Author: kenney > Date: Wed Feb 1 11:58:44 2006 > New Revision: 374150 > > URL: http://svn.apache.org/viewcvs?rev=374150&view=rev > Log: > PR: MANTRUN-41 > > Added 'maven.dependency.<groupId>.<artifactId>.<type>.path' > properties for all dependencies. > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
