[MEAR-198] Add LifecycleMapping and ArtifactHandler from maven-core to target packaging plugin
 o Followup missed filtering.


git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1742035 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0554da1..6cc4e1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,12 @@
         <localRepositoryPath>${project.build.testOutputDirectory}/m2repo</localRepositoryPath>
       </properties>
       <build>
+        <resources>
+          <resource>
+            <directory>src/main/filtered-resources</directory>
+            <filtering>true</filtering>
+          </resource>
+        </resources>
         <testResources>
           <testResource>
             <directory>src/test/resources</directory>