[seam-commits] Seam SVN: r14811 - branches/enterprise/WFK-2_0/jboss-seam-ioc.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 30 06:30:51 EDT 2012
Author: manaRH
Date: 2012-05-30 06:30:51 -0400 (Wed, 30 May 2012)
New Revision: 14811
Modified:
branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml
Log:
don't include spring jars in distribution
Modified: branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml
===================================================================
--- branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml 2012-05-30 10:30:44 UTC (rev 14810)
+++ branches/enterprise/WFK-2_0/jboss-seam-ioc/pom.xml 2012-05-30 10:30:51 UTC (rev 14811)
@@ -123,7 +123,7 @@
</goals>
<phase>package</phase>
<configuration>
- <excludeGroupIds>org.jboss.seam</excludeGroupIds>
+ <excludeGroupIds>org.jboss.seam, org.springframework</excludeGroupIds>
<excludeClassifiers>sources, project, distribution</excludeClassifiers>
<outputDirectory>../jar-dependencies</outputDirectory>
<stripVersion>true</stripVersion>
More information about the seam-commits
mailing list