From: Eric C. <ecr...@us...> - 2006-07-06 15:20:58
|
User: ecrutchfield Date: 06/07/06 08:20:54 Modified: andromda-cs pom.xml Log: turn off testing until contrib and andromdaplugins are synchronized Revision Changes Path 1.4 +1 -1 cartridges/andromda-cs/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-cs/pom.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -w -r1.3 -r1.4 --- pom.xml 22 Jun 2006 20:29:50 -0000 1.3 +++ pom.xml 6 Jul 2006 15:20:54 -0000 1.4 @@ -66,7 +66,7 @@ </plugins> </build> <properties> - <maven.test.skip>false</maven.test.skip> + <maven.test.skip>true</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> |