[infinispan-commits] Infinispan SVN: r2237 - branches/4.1.x/parent.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Aug 17 07:51:48 EDT 2010


Author: sannegrinovero
Date: 2010-08-17 07:51:48 -0400 (Tue, 17 Aug 2010)
New Revision: 2237

Modified:
   branches/4.1.x/parent/pom.xml
Log:
[ISPN-600] (Embedded JBossTS and TreeCache don't work together) - excluding jbossts-properties.xml from produced artifacts - branch 4.1

Modified: branches/4.1.x/parent/pom.xml
===================================================================
--- branches/4.1.x/parent/pom.xml	2010-08-17 08:46:52 UTC (rev 2236)
+++ branches/4.1.x/parent/pom.xml	2010-08-17 11:51:48 UTC (rev 2237)
@@ -334,6 +334,9 @@
                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                         </manifest>
                      </archive>
+                   <excludes>
+                     <excludes>**/jbossts-properties.xml</excludes>
+                   </excludes>
                   </configuration>
                </execution>
             </executions>



More information about the infinispan-commits mailing list