Thanks Yann, I'm now following the e-mail thread for building Eclipse plugins, features, and updates as that is my actual goal. The http://maven.apache.org/guides/mini/guide-assemblies.html shows the assembly file can include dependencySets based on scope, so I will be playing with that.
-D > -----Original Message----- > From: Yann Le Du [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 5:52 PM > To: Maven Users List > Subject: Re: [m2] copy contents of maven.runtime.classpath > for packaging > > Hi Darren, > > Maybe you can use > http://mojo.codehaus.org/dependency-maven-plugin/ in a phase > before the one where you run your ant-run ? > > HTH, > -- > Yann > > 2006/1/10, Darren Hartford <[EMAIL PROTECTED]>: > > > > Hey all, > > I have an ant-run task that helps to package a jar in a > specific way. > > I would like to include all the runtime libs defined in the pom.xml > > into the /lib location (flattened) of the jar. > > > > How can I do this? When I make references to > maven.runtime.classpath > > in build.xml, it's a <path> type construct and I can not > use <copy> on > > it... > > > > Thanky, > > -D > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
