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 2016/05/16 12:11:20 UTC

svn commit: r1744036 - in /maven/plugins/trunk/maven-war-plugin: pom.xml src/main/filtered-resources/ src/main/resources-filtered/

Author: khmarbaise
Date: Mon May 16 12:11:20 2016
New Revision: 1744036

URL: http://svn.apache.org/viewvc?rev=1744036&view=rev
Log:
[MWAR-380] Filtered resources folder should be changed
 o We should follow our own guide lines and change the filtered
   folder into src/main/resources-filtered [MNG-2478].

Added:
    maven/plugins/trunk/maven-war-plugin/src/main/resources-filtered/
      - copied from r1744023, maven/plugins/trunk/maven-war-plugin/src/main/filtered-resources/
Removed:
    maven/plugins/trunk/maven-war-plugin/src/main/filtered-resources/
Modified:
    maven/plugins/trunk/maven-war-plugin/pom.xml

Modified: maven/plugins/trunk/maven-war-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/pom.xml?rev=1744036&r1=1744035&r2=1744036&view=diff
==============================================================================
--- maven/plugins/trunk/maven-war-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-war-plugin/pom.xml Mon May 16 12:11:20 2016
@@ -167,7 +167,7 @@
   <build>
     <resources>
       <resource>
-        <directory>src/main/filtered-resources</directory>
+        <directory>src/main/resources-filtered</directory>
         <filtering>true</filtering>
       </resource>
     </resources>