Brett Porter <[EMAIL PROTECTED]> writes: >------_=_NextPart_001_01C44375.5AE1C7C5 >Content-Type: text/plain
>There's no need: ><maven:reactor basedir="${basedir}" includes="proj/**/project.xml" >excludes="proj/dontbuild/project.xml" /> >http://maven.apache.org/reference/maven-jelly-tags/tags.html#maven:reactor Hi Brett, thanks for the answer. I know about the attributes. I was considering my fileset just an example for clarification. What I actuall need is <maven reactor> <ant:fileset dir="${basedir}"> <include="app/project.xml"/> <include="om/project.xml"/> <include="tools/**/project.xml"/> <exclude="tools/broken/project.xml" /> <exclude="tools/standalone/**/project.xml" /> </ant:fileset> </maven:reactor> and a few more. Consider a build directory with 25 projects in three subdirectory levels and having to exclude just a few (say five). If I could squash this with a single includes and excludes attribute, I wouldn't have asked. ;-) Regards Henning >Cheers, >Brett >> -----Original Message----- >> From: Henning P. Schmiedehausen [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, 26 May 2004 8:23 PM >> To: [EMAIL PROTECTED] >> Subject: maven:reactor and filesets >> >> >> Is it possible to include ant-style filesets in the reactor? e.g. >> >> <maven reactor> >> <ant:fileset dir="${basedir}"> >> <include="proj/**/project.xml"/> >> <exclude="proj/dontbuild/project.xml" /> >> </ant:fileset> >> </maven:reactor> >> >> If not, would you accept a patch to the reactor tag? >> >> Regards >> Henning >> >> -- >> Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH >> [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ >> >> RedHat Certified Engineer -- Jakarta Turbine Development -- >> hero for hire >> Linux, Java, perl, Solaris -- Consulting, Training, Development >> >> "Fighting for one's political stand is an honourable action, >> but re- fusing to acknowledge that there might be weaknesses >> in one's position - in order to identify them so that they >> can be remedied - is a large enough problem with the Open >> Source movement that it deserves to be on this list of the >> top five problems." >> -- Michelle Levesque, "Fundamental Issues with >> Open Source Software Development" >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >------_=_NextPart_001_01C44375.5AE1C7C5-- -- Dipl.-Inf. (Univ.) Henning P. Schmiedehausen INTERMETA GmbH [EMAIL PROTECTED] +49 9131 50 654 0 http://www.intermeta.de/ RedHat Certified Engineer -- Jakarta Turbine Development -- hero for hire Linux, Java, perl, Solaris -- Consulting, Training, Development "Fighting for one's political stand is an honourable action, but re- fusing to acknowledge that there might be weaknesses in one's position - in order to identify them so that they can be remedied - is a large enough problem with the Open Source movement that it deserves to be on this list of the top five problems." -- Michelle Levesque, "Fundamental Issues with Open Source Software Development" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]