On 1/26/07, Alan D. Cabrera <[EMAIL PROTECTED]> wrote:
One thing we could possibly do is to allow both: <embed-dependency> groupId=org.mortbay.jetty;artifactId=jetty,*;scope=runtime</embed- dependency> or <embed> <match groupId="org.mortbay.jetty" artifactId="jetty"/> <match scope="runtime"/> </embed> In the spirit of not trying to make more work for you, I would be happy to contribute the latter.
A maven convention is not to use xml attributes but subelements <embed> <match> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty<artifactId/> </match> </embed>
Regards, Alan
-- I could give you my word as a Spaniard. No good. I've known too many Spaniards. -- The Princess Bride