You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2012/07/13 15:05:00 UTC

svn commit: r1361197 - /incubator/syncope/trunk/core/pom.xml

Author: ilgrosso
Date: Fri Jul 13 13:05:00 2012
New Revision: 1361197

URL: http://svn.apache.org/viewvc?rev=1361197&view=rev
Log:
[SYNCOPE-109] Removing unnecessary setup for JBoss profile

Modified:
    incubator/syncope/trunk/core/pom.xml

Modified: incubator/syncope/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/syncope/trunk/core/pom.xml?rev=1361197&r1=1361196&r2=1361197&view=diff
==============================================================================
--- incubator/syncope/trunk/core/pom.xml (original)
+++ incubator/syncope/trunk/core/pom.xml Fri Jul 13 13:05:00 2012
@@ -1085,15 +1085,6 @@ under the License.
               <skipTests>true</skipTests>
             </configuration>
           </plugin>
-          
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-war-plugin</artifactId>
-            <inherited>true</inherited>
-            <configuration>
-              <packagingExcludes>WEB-INF/lib/dom4j*.jar,WEB-INF/lib/mail*.jar</packagingExcludes>
-            </configuration>
-          </plugin>
 
           <plugin>
             <groupId>org.codehaus.cargo</groupId>