From ccb6c05cb50322fdcd1ed5381f37342280a95d74 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 28 Jan 2003 05:53:53 +0000 Subject: [PATCH] Cleanup usage of other plugins' properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112768 13f79535-47bb-0310-9956-ffa450edef68 --- jdiff/plugin.jelly | 9 +++++---- junit-report/plugin.jelly | 7 +++++-- junit-report/plugin.properties | 17 ----------------- junit-report/xdocs/properties.xml | 16 ---------------- 4 files changed, 10 insertions(+), 39 deletions(-) diff --git a/jdiff/plugin.jelly b/jdiff/plugin.jelly index 1e5dda2e..702e4654 100644 --- a/jdiff/plugin.jelly +++ b/jdiff/plugin.jelly @@ -6,9 +6,7 @@ - @@ -16,6 +14,9 @@ + + @@ -112,7 +113,7 @@ - + diff --git a/junit-report/plugin.jelly b/junit-report/plugin.jelly index 87d12dfd..893c476c 100644 --- a/junit-report/plugin.jelly +++ b/junit-report/plugin.jelly @@ -18,11 +18,14 @@ - + + + - + diff --git a/junit-report/plugin.properties b/junit-report/plugin.properties index 2db1e64d..2a105425 100644 --- a/junit-report/plugin.properties +++ b/junit-report/plugin.properties @@ -3,20 +3,3 @@ # ------------------------------------------------------------------- # JUnit report plugin. # ------------------------------------------------------------------- - -maven.src.dir = ${basedir}/src -maven.conf.dir = ${basedir}/conf -maven.build.dir = ${basedir}/target -maven.build.src = ${maven.build.dir}/src -maven.build.dest = ${maven.build.dir}/classes - -maven.docs.src = ${basedir}/xdocs -maven.docs.dest = ${maven.build.dir}/docs -maven.docs.outputencoding = ISO-8859-1 -maven.gen.docs = ${maven.build.dir}/generated-xdocs - -maven.junit.fork = no -maven.junit.dir = ${basedir} -maven.junit.usefile = true -maven.test.dest = ${maven.build.dir}/test-classes -maven.test.reportsDirectory = ${maven.build.dir}/test-reports diff --git a/junit-report/xdocs/properties.xml b/junit-report/xdocs/properties.xml index 71f8e10f..bc99e2af 100644 --- a/junit-report/xdocs/properties.xml +++ b/junit-report/xdocs/properties.xml @@ -37,14 +37,6 @@ ${maven.build.dir}/generated-xdocs.

- - maven.junit.fork - Yes - -

Default value is - no.

- - maven.build.dest Yes @@ -93,14 +85,6 @@ ${basedir}/target.

- - maven.junit.dir - Yes - -

Default value is - ${basedir}.

- - maven.docs.dest Yes