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>


Reply via email to