brett 2004/05/25 00:05:46 Modified: dashboard project.properties dashboard/src/plugin-test maven.xml project.properties Log: inheritence woes Revision Changes Path 1.7 +3 -0 maven-plugins/dashboard/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/project.properties,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- project.properties 1 May 2004 08:39:55 -0000 1.6 +++ project.properties 25 May 2004 07:05:46 -0000 1.7 @@ -17,3 +17,6 @@ # ------------------------------------------------------------------- # P R O J E C T P R O P E R T I E S # ------------------------------------------------------------------- + +# use default - need to override in case called from a reactor +maven.checkstyle.properties = 1.7 +2 -2 maven-plugins/dashboard/src/plugin-test/maven.xml Index: maven.xml =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/maven.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- maven.xml 30 Apr 2004 09:05:48 -0000 1.6 +++ maven.xml 25 May 2004 07:05:46 -0000 1.7 @@ -30,7 +30,7 @@ <goal name="fixture"> <!-- Setup --> - <j:set var="goal" value="clean"/> + <j:set var="goal" value="clean"/> <attainGoal name="multiproject:goal"/> <!-- Call goal to test --> @@ -53,4 +53,4 @@ <assert:assertEquals expected="4" value="${count.intValue().toString()}"/> </goal> -</project> \ No newline at end of file +</project> 1.13 +1 -1 maven-plugins/dashboard/src/plugin-test/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven-plugins/dashboard/src/plugin-test/project.properties,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- project.properties 13 May 2004 08:48:57 -0000 1.12 +++ project.properties 25 May 2004 07:05:46 -0000 1.13 @@ -41,4 +41,4 @@ # Make sure that an XML report is generated whenever Clover is run. Also # inherited by the subprojects. maven.clover.report.xml = true -maven.junit.fork=true \ No newline at end of file +maven.junit.fork=true
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]