Author: ilgrosso
Date: Tue Oct  7 08:34:47 2014
New Revision: 1629822

URL: http://svn.apache.org/r1629822
Log:
[SYNCOPE-560] Adjusting maven-war-plugin configuration

Modified:
    syncope/branches/1_2_X/console/pom.xml
    syncope/branches/1_2_X/core/pom.xml
    syncope/branches/1_2_X/pom.xml

Modified: syncope/branches/1_2_X/console/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/console/pom.xml?rev=1629822&r1=1629821&r2=1629822&view=diff
==============================================================================
--- syncope/branches/1_2_X/console/pom.xml (original)
+++ syncope/branches/1_2_X/console/pom.xml Tue Oct  7 08:34:47 2014
@@ -405,8 +405,8 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
+       <inherited>true</inherited>
         <configuration>
-          <attachClasses>true</attachClasses>
           <webResources>
             <resource>
               <directory>src/main/webapp</directory>

Modified: syncope/branches/1_2_X/core/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/core/pom.xml?rev=1629822&r1=1629821&r2=1629822&view=diff
==============================================================================
--- syncope/branches/1_2_X/core/pom.xml (original)
+++ syncope/branches/1_2_X/core/pom.xml Tue Oct  7 08:34:47 2014
@@ -634,8 +634,8 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
+       <inherited>true</inherited>
         <configuration>
-          <attachClasses>true</attachClasses>
           <webResources>
             <resource>
               <directory>src/main/webapp</directory>

Modified: syncope/branches/1_2_X/pom.xml
URL: 
http://svn.apache.org/viewvc/syncope/branches/1_2_X/pom.xml?rev=1629822&r1=1629821&r2=1629822&view=diff
==============================================================================
--- syncope/branches/1_2_X/pom.xml (original)
+++ syncope/branches/1_2_X/pom.xml Tue Oct  7 08:34:47 2014
@@ -1081,6 +1081,9 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
           <version>2.4</version>
+          <configuration>
+            <attachClasses>true</attachClasses>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>


Reply via email to