From: Eric C. <ecr...@us...> - 2006-07-28 02:45:46
|
User: ecrutchfield Date: 06/07/27 19:45:44 Modified: andromda-cs pom.xml Log: turned on testing (cross your fingers!) Revision Changes Path 1.5 +1 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -r1.4 -r1.5 --- pom.xml 6 Jul 2006 15:20:54 -0000 1.4 +++ pom.xml 28 Jul 2006 02:45:44 -0000 1.5 @@ -66,7 +66,7 @@ </plugins> </build> <properties> - <maven.test.skip>true</maven.test.skip> + <maven.test.skip>false</maven.test.skip> <model.uri>file:${pom.basedir}/src/main/uml/empty-model.xmi</model.uri> <test.model.uri>jar:file:${pom.basedir}/src/test/uml/CsCartridgeTestModel.xml.zip!/CsCartridgeTestModel.xml</test.model.uri> </properties> |