From 852f07e9ffc52e7031f2690ca3ac63143b98b802 Mon Sep 17 00:00:00 2001 From: brett Date: Tue, 25 May 2004 07:05:46 +0000 Subject: [PATCH] inheritence woes git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115400 13f79535-47bb-0310-9956-ffa450edef68 --- dashboard/project.properties | 3 +++ dashboard/src/plugin-test/maven.xml | 4 ++-- dashboard/src/plugin-test/project.properties | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dashboard/project.properties b/dashboard/project.properties index d66f96c3..9947b067 100644 --- a/dashboard/project.properties +++ b/dashboard/project.properties @@ -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 = diff --git a/dashboard/src/plugin-test/maven.xml b/dashboard/src/plugin-test/maven.xml index dd5c0d5d..4623db7b 100644 --- a/dashboard/src/plugin-test/maven.xml +++ b/dashboard/src/plugin-test/maven.xml @@ -30,7 +30,7 @@ - + @@ -53,4 +53,4 @@ - \ No newline at end of file + diff --git a/dashboard/src/plugin-test/project.properties b/dashboard/src/plugin-test/project.properties index 8292b746..197cff68 100644 --- a/dashboard/src/plugin-test/project.properties +++ b/dashboard/src/plugin-test/project.properties @@ -41,4 +41,4 @@ maven.dashboard.aggregators = csall,cserrors,cswarnings,clovertpc,cloverloc,clov # 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