[ http://jira.codehaus.org/browse/MNG-178?page=history ]
Kenney Westerhof updated MNG-178:
---------------------------------
Attachment: MNG-178-patch-3.tar.gz
Reworked the patch according to Brett's comments.
Ignore old patches.
Also included is a PropertyUtils.java for loading properties and filling in the
keys in their values (to mimick ant behavior). This file can be placed or merged
anywhere you like.
New feature: filtering is disabled by default. Including the next piece in the
POM
will enable filtering (globally). Not perfect, but at least it's a better
starting
point than before.
<build>
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>1.0-alpha-2-SNAPSHOT</version>
<configuration>
<filtering>true</filtering>
</configuration>
</plugin>
</plugins>
</build>
> filter definition
> -----------------
>
> Key: MNG-178
> URL: http://jira.codehaus.org/browse/MNG-178
> Project: m2
> Type: Improvement
> Reporter: Brett Porter
> Attachments: 178-patch.gz, MNG-178-patch-2.gz, MNG-178-patch-3.tar.gz,
> MNG-178-patch.gz, MNG-178-update.tgz
>
>
> we need to be able to define filters for resources. It should be configurable
> by different profiles, and include properties files as well as individual
> property files.
--
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
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]