From: <sha...@us...> - 2011-08-23 03:24:15
|
Revision: 3095 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=3095&view=rev Author: shadowtm Date: 2011-08-23 03:24:09 +0000 (Tue, 23 Aug 2011) Log Message: ----------- Excluded tests that shouldn't be running from being run automatically Modified Paths: -------------- trunk/interfaces/pom.xml Modified: trunk/interfaces/pom.xml =================================================================== --- trunk/interfaces/pom.xml 2011-08-23 03:16:55 UTC (rev 3094) +++ trunk/interfaces/pom.xml 2011-08-23 03:24:09 UTC (rev 3095) @@ -19,8 +19,8 @@ </properties> <profiles> - <profile> - <id>release</id> + <profile> + <id>release</id> <build> <finalName>interfaces</finalName> <plugins> @@ -118,7 +118,7 @@ </executions> </plugin> </plugins> - </build> + </build> </profile> </profiles> @@ -164,6 +164,9 @@ <configuration> <excludes> <exclude>org/dllearner/test/junit/OWLlinkTest.java</exclude> + <exclude>org/dllearner/configuration/spring/TestBean.java</exclude> + <exclude>org/dllearner/test/SpringTest.java</exclude> + <exclude>org/dllearner/test/junit/GeizhalsTest.java</exclude> </excludes> </configuration> </plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |