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:58 UTC

[maven] branch MNG-6811 created (now b810f59)

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

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


      at b810f59  [MNG-6811] - Remove unnecessary filtering configuration

This branch includes the following new commits:

     new b810f59  [MNG-6811] - Remove unnecessary filtering configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>