You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2012/07/23 09:14:03 UTC

svn commit: r1364526 - /incubator/stanbol/trunk/integration-tests/pom.xml

Author: rwesten
Date: Mon Jul 23 07:14:02 2012
New Revision: 1364526

URL: http://svn.apache.org/viewvc?rev=1364526&view=rev
Log:
fixes STANBOL-699 by deactivating the default config test in the pom of the integration-test module

Modified:
    incubator/stanbol/trunk/integration-tests/pom.xml

Modified: incubator/stanbol/trunk/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/integration-tests/pom.xml?rev=1364526&r1=1364525&r2=1364526&view=diff
==============================================================================
--- incubator/stanbol/trunk/integration-tests/pom.xml (original)
+++ incubator/stanbol/trunk/integration-tests/pom.xml Mon Jul 23 07:14:02 2012
@@ -122,7 +122,9 @@
             <server.ready.path.6>/ontonet:Apache Stanbol OntoNet</server.ready.path.6>
             <server.ready.path.7>/reasoners:The Stanbol Reasoners provides</server.ready.path.7>
           </systemPropertyVariables>
-          <excludes></excludes>
+          <excludes>
+            <exclude>**/DefaultConfigTest.java</exclude>
+          </excludes>
         </configuration>
       </plugin>
     </plugins>