You are viewing a plain text version of this content. The canonical link for it is here.
Posted to woden-dev@ws.apache.org by sa...@apache.org on 2009/09/09 17:42:16 UTC

svn commit: r813004 - /webservices/woden/trunk/java/woden-om/pom.xml

Author: sagara
Date: Wed Sep  9 15:42:15 2009
New Revision: 813004

URL: http://svn.apache.org/viewvc?rev=813004&view=rev
Log:
remove surefire-plugin to run test cases.

Modified:
    webservices/woden/trunk/java/woden-om/pom.xml

Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL: http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=813004&r1=813003&r2=813004&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Wed Sep  9 15:42:15 2009
@@ -68,6 +68,7 @@
                    <remoteRepositoryUrl>scpexe://people.apache.org/www/people.apache.org/repo/m1-snapshot-repository</remoteRepositoryUrl>
                </configuration>
            </plugin>
+		   <!--
            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
@@ -76,7 +77,7 @@
                         <include>**/AllWodenTestsOM.class</include>
                     </includes>
                 </configuration>
-            </plugin>
+            </plugin> -->
        </plugins>
    </build>
    



---------------------------------------------------------------------
To unsubscribe, e-mail: woden-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: woden-dev-help@ws.apache.org