You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/05/29 07:04:24 UTC

svn commit: r661213 - /geronimo/server/trunk/pom.xml

Author: gawor
Date: Wed May 28 22:04:24 2008
New Revision: 661213

URL: http://svn.apache.org/viewvc?rev=661213&view=rev
Log:
make -Dtest=false work again

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=661213&r1=661212&r2=661213&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Wed May 28 22:04:24 2008
@@ -2049,6 +2049,7 @@
                     <version>2.4.2</version>
                     <configuration>
                         <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                        <failIfNoTests>false</failIfNoTests>
                     </configuration>
                 </plugin>