[ http://jira.codehaus.org/browse/MEAR-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129939#action_129939 ]
Martin Buechler commented on MEAR-43: ------------------------------------- Yes, the code adds a new dependency on <dependency> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-filtering</artifactId> <version>1.0-alpha-1-SNAPSHOT</version> </dependency> and I actually forgot to include exactly this dependency in the patch :( I borrowed the code from current svn of the maven-war-plugin. I just started today looking at maven plugin code and I can't tell, what's missing. I guess handling of includes/excludes, encoding should be tested and/or is still waiting to get implemented. The way the plugin works now, enables the generation of EAR packaged JBoss DataSources along with driver jars, and that's what I really need right now. > add ability to do filtering (i.e. template var replacement) for files in > src/main/application/ > ---------------------------------------------------------------------------------------------- > > Key: MEAR-43 > URL: http://jira.codehaus.org/browse/MEAR-43 > Project: Maven 2.x Ear Plugin > Issue Type: New Feature > Affects Versions: 2.2 > Reporter: Ian Springer > Assignee: Stephane Nicoll > Priority: Minor > Fix For: 2.3.2 > > Attachments: maven-ear-plugin-2.3.2-SNAPSHOT_sourceFilter.patch > > > I need to do some template var replacements in files in > src/main/application/. It would be great if the ear plugin could provide a > filtering configuration in a similar manner to the war plugin. That is, > something along the lines of: > <configuration> > ... > <!-- enable filtering --> > <filtering>true</filtering> > </configuration> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira