Author: echatellier Date: 2010-09-28 17:54:22 +0200 (Tue, 28 Sep 2010) New Revision: 361 Url: http://nuiton.org/repositories/revision/wikitty/361 Log: Enable conform package tests Modified: trunk/wikitty-api/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-09-28 15:53:29 UTC (rev 360) +++ trunk/wikitty-api/pom.xml 2010-09-28 15:54:22 UTC (rev 361) @@ -177,16 +177,6 @@ </executions> </plugin> - <plugin> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <!-- Exclude conformance test it not usable on WikittyServiceInMemory --> - <exclude>**/conform/*.java</exclude> - </excludes> - </configuration> - </plugin> - </plugins> </build>