Re: warSourceExcludes

2007-11-23 Thread Paul Austin
Should the following exclude the commons-logging class which is a dependency of another module I depend on? If not how can I exclude this dependent lib from my war. plugin artifactIdmaven-war-plugin/artifactId configuration

warSourceExcludes

2007-11-23 Thread Paul Austin
Should the following exclude the commons-logging class which is a dependency of another module I depend on? If not how can I exclude this dependent lib from my war. plugin artifactIdmaven-war-plugin/artifactId configuration

Re: Filtering resources in Assembly plugin

2007-09-21 Thread Paul Austin
Will the filtering of dependencySets also be fixed? Paul Mick Knutson wrote: the filtering filesSets will be fixed in the next release, but you have to use files for now. I opened the defect about a month. On 9/21/07, Dave Feltenberger [EMAIL PROTECTED] wrote: I think I found a bug

Re: Including an assembly in another assembly

2007-09-18 Thread Paul Austin
/outputDirectory directorytarget/A/directory /fileSet : /fileSets Paul Paul Austin wrote: Say I have two projects A and B. Project A has a custom bin.xml assembly generating A-1.0-bin.zip. Project B is an enhancement to A with some extra jar files and also has a custom bin.xml assembly

Multiple Inclusions or exclusions in an assembly

2007-09-18 Thread Paul Austin
Looking at the schema for an assembly it looks as if in a single dependencySet you can have many include/exclude items, but the plugin (2.2-beta-1) seems to only process the first one in the list. Has anyone been able to get this to work? Also for exclusions I'd like to be able to exclude a

Including an assembly in another assembly

2007-09-14 Thread Paul Austin
Say I have two projects A and B. Project A has a custom bin.xml assembly generating A-1.0-bin.zip. Project B is an enhancement to A with some extra jar files and also has a custom bin.xml assembly which takes the whole of the unpacked A-1.0-bin.zip file and adds in the extra jar files into

Re: Including an assembly in another assembly

2007-09-14 Thread Paul Austin
Paul Austin wrote: Does anyone have the syntax for including the assembly in another project. Not sure if you need the build-helper plugin as the assemblies are already being installed. Paul Insitu wrote: Paul Austin [EMAIL PROTECTED] writes: Say I have two projects A and B

Re: Including an assembly in another assembly

2007-09-14 Thread Paul Austin
OK I think I have it, I'll post an example next week so that others can find out how to do this. Paul Brian E. Fox wrote: Use dependency-plugin to upack A and then have B zip it up along with other stuff. -Original Message- From: Paul Austin [mailto:[EMAIL PROTECTED] Sent