Hmmm, sounds like a bug. You're saying that your applicationContext-resources.xml *is* getting filtered? You might try changing the order of the directories listed. Also, if you can provide steps to reproduce the issue, that'd be great.
Matt On Tue, Feb 16, 2010 at 1:04 AM, bendg25 <ben.d.g...@gmail.com> wrote: > > Hi, > > Can anyone explain what this is doing? > > <resource> > <directory>src/main/resources</directory> > <excludes> > <exclude>ApplicationResources_de.properties</exclude> > <exclude>ApplicationResources_fr.properties</exclude> > <exclude>ApplicationResources_ko.properties</exclude> > <exclude>ApplicationResources_nl.properties</exclude> > <exclude>ApplicationResources_no.properties</exclude> > <exclude>ApplicationResources_pt*.properties</exclude> > <exclude>ApplicationResources_tr.properties</exclude> > <exclude>ApplicationResources_zh*.properties</exclude> > <exclude>applicationContext-resources.xml</exclude> > <exclude>struts.xml</exclude> > </excludes> > <filtering>true</filtering> > </resource> > <resource> > <directory>src/main/resources</directory> > <includes> > <include>applicationContext-resources.xml</include> > <include>struts.xml</include> > </includes> > </resource> > > > I believe the applicationContext-resources.xml is getting filtered by maven, > by the properties defined in the profile definition within the pom.xml. But > the file that I thought needs filtering (applicationContext-resources.xml), > is excluded when filtering is set to true!?? > > Any help appreciated!! > -- > View this message in context: > http://n4.nabble.com/Maven-Filtering-tp1557049p1557049.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net > For additional commands, e-mail: users-h...@appfuse.dev.java.net > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net