You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by pr...@apache.org on 2007/09/26 03:24:23 UTC

svn commit: r579423 - /geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml

Author: prasad
Date: Tue Sep 25 18:24:14 2007
New Revision: 579423

URL: http://svn.apache.org/viewvc?rev=579423&view=rev
Log:
* excluding ejbcontainer-tests

Modified:
    geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml?rev=579423&r1=579422&r2=579423&view=diff
==============================================================================
--- geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/enterprise-testsuite/pom.xml Tue Sep 25 18:24:14 2007
@@ -109,6 +109,13 @@
                     <plugin>
                         <groupId>org.apache.geronimo.genesis.plugins</groupId>
                         <artifactId>maven-maven-plugin</artifactId>
+                        <configuration>
+                          <fileset>
+                            <excludes>
+                              <exclude>ejbcontainer-tests/pom.xml</exclude>
+                            </excludes>
+                          </fileset>
+                        </configuration>
                     </plugin>
                 </plugins>
             </build>