Maven Assembly Plugin - Changing File Name Case Using FileSets

2013-08-29 Thread Peter Berkman
Help please I am using the Maven Assembly Plugin to build a distribution zip and am getting some strange behavior with filename cases (which is a problem because we deploy to Unix and Windows - issue on Unix). POM: plugin groupIdorg.apache.maven.plugins/groupId

Re: Maven Assembly Plugin - Changing File Name Case Using FileSets

2013-08-29 Thread Wayne Fay
groupIdorg.apache.maven.plugins/groupId artifactIdmaven-assembly-plugin/artifactId What version of the plugin (and Maven, and your JDK) is this? And which OS? Can you create a sample project (zip) and post somewhere online so it can be downloaded and executed locally

Re: archetype-metadata optional filesets?

2009-04-10 Thread Lachlan Deck
Thanks. On 09/04/2009, at 8:17 PM, Raphaël Piéroni wrote: Hi Lachlan Deck, Currently, the filesets are not optional. Regards, Raphaël 2009/4/9 Lachlan Deck lachlan.d...@gmail.com: Anyone? On 07/04/2009, at 8:56 AM, Lachlan Deck wrote: Hi there, Just a quick question: say I've got

Re: archetype-metadata optional filesets?

2009-04-09 Thread Raphaël Piéroni
Hi Lachlan Deck, Currently, the filesets are not optional. Regards, Raphaël 2009/4/9 Lachlan Deck lachlan.d...@gmail.com: Anyone? On 07/04/2009, at 8:56 AM, Lachlan Deck wrote: Hi there, Just a quick question: say I've got a fileset in the archetype descriptor like so: ?xml version

Re: archetype-metadata optional filesets?

2009-04-08 Thread Lachlan Deck
... /requiredProperties fileSets fileSet filtered=true packaged=true encoding=UTF-8 directorysrc/main/java/directory includes include**/*.java/include /includes

archetype-metadata optional filesets?

2009-04-06 Thread Lachlan Deck
Hi there, Just a quick question: say I've got a fileset in the archetype descriptor like so: ?xml version=1.0 encoding=UTF-8? archetype-descriptor name=woapplication-archetype requiredProperties ... /requiredProperties fileSets fileSet

maven-clean-plugin - delete additional directories (target-eclipse), not only filesets?

2008-10-17 Thread torsten . reinhard
filesets fileset directory${project.basedir}\${target.dir}/directory includes include**\*.*/include /includes /fileset

Assembly descriptors: excludes in filesets not excluding

2007-08-06 Thread Andrew Boyer
I have a basic assembly descriptor like this: assembly iddist/id formats formatzip/format formattar.gz/format /formats includeBaseDirectoryfalse/includeBaseDirectory fileSets fileSet directorytarget/dist/directory outputDirectory//outputDirectory excludes

RE: filesets

2006-09-18 Thread Jörg Schaible
Hi Alexander, maybe you get more responses if you ask this question on the user's list of jakarta-commons instead of Maven. - Jörg Morgovsky, Alexander (US - Glen Mills) wrote on Friday, September 15, 2006 6:50 PM: I am using org.apache.commons.io.filefilter.* to try to return the

filesets

2006-09-15 Thread Morgovsky, Alexander \(US - Glen Mills\)
I am using org.apache.commons.io.filefilter.* to try to return the directories which have the src subdirectories in them, or effectively, to return what the **/src expression in Ant would do. However, it is not working, and I spent over 6 hours on this, so I would please apprciate any help given,

[m2] assembly: why does filtering only occur for files and not fileSets?

2006-08-07 Thread Barrie Treloar
Does anyone know the reason why filtering is only applied to files? If I define a fileSet the it is not filtered? I have a bunch of configuration files in src/main/config which need to be configured correctly for different environments, dev, int, qa, production. I thought it was to define

Maven dependencies and filesets

2005-01-06 Thread Randy Xu
I need to create a fileset out of Maven's dependency jars (some of them). I have a j:forEach go through and test each dependency for a property. But how do I create a patternset out of this? lib.path gives me a number of absolute paths - but Filesets can't work with absolute paths - I need

Re: Maven dependencies and filesets

2005-01-06 Thread Dion Gillard
lib.path.parent.canonicalPath and lib.name should do it if you can do with multiple filesets. On Thu, 06 Jan 2005 17:08:48 -0500, Randy Xu [EMAIL PROTECTED] wrote: I need to create a fileset out of Maven's dependency jars (some of them). I have a j:forEach go through and test each dependency

xdoclet plugin : include/exclude of filesets

2003-08-14 Thread Andy Jefferson
Hi all, I asked this on the xdoclet list but got no response, so lets see if anyone here has some insight to a problem I've got. In using xdoclet/jdodoclet, I need to specify a fileset to pass to jdodoclet. The maven plugin properties available to me are