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 2014/09/03 17:44:27 UTC

svn commit: r1622284 - /syncope/branches/1_2_X/installer/pom.xml

Author: ilgrosso
Date: Wed Sep  3 15:44:27 2014
New Revision: 1622284

URL: http://svn.apache.org/r1622284
Log:
[SYNCOPE-143] Removing Junit (and deps) from uber JAR

Modified:
    syncope/branches/1_2_X/installer/pom.xml

Modified: syncope/branches/1_2_X/installer/pom.xml
URL: http://svn.apache.org/viewvc/syncope/branches/1_2_X/installer/pom.xml?rev=1622284&r1=1622283&r2=1622284&view=diff
==============================================================================
--- syncope/branches/1_2_X/installer/pom.xml (original)
+++ syncope/branches/1_2_X/installer/pom.xml Wed Sep  3 15:44:27 2014
@@ -159,6 +159,7 @@ under the License.
               <baseDir>${staging.dir}</baseDir>
               <installFile>${staging.dir}/install.xml</installFile>
               <classifier>uber</classifier>
+              <excludeGroupIds>junit</excludeGroupIds>
             </configuration>
           </execution>
         </executions>