|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
assembly: moduleSet/binaries but without the moduleHello, I'd like to use moduleSet to get the dependencies of a module, but not include the module itself:
<moduleSet> <binaries> <unpack>false</unpack> <!-- TODO do not insert the project jar itself, only the deps --> <outputDirectory>/.ignore</ outputDirectory>
<dependencySets> <dependencySet> <outputDirectory>lib</outputDirectory> </dependencySet> </dependencySets> </binaries> </moduleSet> Does anyone know how to achieve this? Thanks, -Adrian Cole |
|
|
Re: assembly: moduleSet/binaries but without the moduleAdrian:
When you say you want to get the dependencies of *a module do you really mean for an individual module or for each module in a defined moduleset? On 4/17/09, Adrian Cole <ferncam1@...> wrote: > Hello, I'd like to use moduleSet to get the dependencies of a module, but > not include the module itself: > > <moduleSet> > <binaries> > <unpack>false</unpack> > <!-- TODO do not insert the project jar itself, only the > deps --> > <outputDirectory>/.ignore</outputDirectory> > <dependencySets> > <dependencySet> > <outputDirectory>lib</outputDirectory> > </dependencySet> > </dependencySets> > </binaries> > </moduleSet> > > Does anyone know how to achieve this? > > Thanks, > -Adrian Cole > -- Sent from my mobile device ®¥@N --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
Re: assembly: moduleSet/binaries but without the moduleThe latter, Ryan.
Thanks, -Adrian On Fri, Apr 17, 2009 at 11:00 PM, Ryan Connolly <rynam0@...> wrote: Adrian: |
|
|
Re: assembly: moduleSet/binaries but without the moduleAdrian:
I have not come up with anything using moduleSet to do this... have you tried asking this on users@... ? -Best On Sat, Apr 18, 2009 at 5:41 AM, Adrian Cole <ferncam1@...> wrote: > The latter, Ryan. > > Thanks, > -Adrian > > On Fri, Apr 17, 2009 at 11:00 PM, Ryan Connolly <rynam0@...> wrote: >> >> Adrian: >> When you say you want to get the dependencies of *a module do you >> really mean for an individual module or for each module in a defined >> moduleset? >> >> On 4/17/09, Adrian Cole <ferncam1@...> wrote: >> > Hello, I'd like to use moduleSet to get the dependencies of a module, >> > but >> > not include the module itself: >> > >> > <moduleSet> >> > <binaries> >> > <unpack>false</unpack> >> > <!-- TODO do not insert the project jar itself, only the >> > deps --> >> > <outputDirectory>/.ignore</outputDirectory> >> > <dependencySets> >> > <dependencySet> >> > <outputDirectory>lib</outputDirectory> >> > </dependencySet> >> > </dependencySets> >> > </binaries> >> > </moduleSet> >> > >> > Does anyone know how to achieve this? >> > >> > Thanks, >> > -Adrian Cole >> > >> >> -- >> Sent from my mobile device >> >> ®¥@N >> >> --------------------------------------------------------------------- >> To unsubscribe from this list, please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > -- ®¥@N --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |