GitHub user jwcarman opened a pull request:
https://github.com/apache/karaf/pull/61
Add support for filtered resources to karaf-maven-plugin
The current plugin implementation grabs the unfiltered resources (from the
src/main/resources directory) as opposed to the filtered versions. This patch
will load all files in the project output directory (target/classes) that do
not end with .class.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jwcarman/karaf karaf-3.0.x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/61.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #61
----
commit 24073e86bd9326a113c6ac93dc981901b3a671d0
Author: James Carman <[email protected]>
Date: 2015-05-13T22:01:11Z
Adding support for filtered resources.
commit 8a6503b6857a8b4e982daa5f41847c0ba01e75fa
Author: James Carman <[email protected]>
Date: 2015-05-13T22:02:58Z
Adding support for filtered resources.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---