You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/07 14:18:59 UTC

[maven] 01/01: [MNG-6811] - Remove unnecessary filtering configuration

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MNG-6811
in repository https://gitbox.apache.org/repos/asf/maven.git

commit b810f59fe7a92979acc5255c0cee093edc26dde1
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 7 15:18:46 2019 +0100

    [MNG-6811] - Remove unnecessary filtering configuration
---
 maven-embedder/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/maven-embedder/pom.xml b/maven-embedder/pom.xml
index 63c47ac..7c57bef 100644
--- a/maven-embedder/pom.xml
+++ b/maven-embedder/pom.xml
@@ -170,12 +170,6 @@ under the License.
   </dependencies>
 
   <build>
-    <resources>
-      <resource>
-        <directory>src/main/resources</directory>
-        <filtering>true</filtering>
-      </resource>
-    </resources>
     <pluginManagement>
       <plugins>
         <plugin>