From d1fc481eb6b3e94bea984a1010eb8d03bf5a351e Mon Sep 17 00:00:00 2001 From: bwalding Date: Thu, 20 Mar 2003 21:03:07 +0000 Subject: [PATCH] o Cleanup properties git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113161 13f79535-47bb-0310-9956-ffa450edef68 --- linkcheck/plugin.properties | 9 ++------ linkcheck/xdocs/properties.xml | 41 +++++++--------------------------- 2 files changed, 10 insertions(+), 40 deletions(-) diff --git a/linkcheck/plugin.properties b/linkcheck/plugin.properties index 972ba324..e8753a6d 100644 --- a/linkcheck/plugin.properties +++ b/linkcheck/plugin.properties @@ -5,12 +5,7 @@ # ------------------------------------------------------------------- maven.build.dir = ${basedir}/target - - -maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache - - - - maven.docs.dest = ${maven.build.dir}/docs maven.docs.outputencoding = ISO-8859-1 + +maven.linkcheck.cache=${maven.build.dir}/linkcheck/linkcheck.cache diff --git a/linkcheck/xdocs/properties.xml b/linkcheck/xdocs/properties.xml index e60925fa..4902f0c2 100644 --- a/linkcheck/xdocs/properties.xml +++ b/linkcheck/xdocs/properties.xml @@ -13,39 +13,6 @@ Optional? Description - - maven.linkcheck.enable - Yes - If defined, the report is enabled -

Default value is - undefined.

- - - - maven.conf.dir - Yes - -

Default value is - ${basedir}/conf.

- - - - maven.gen.docs - Yes - -

Default value is - ${maven.build.dir}/generated-xdocs.

- - - - maven.docs.src - Yes - -

Default value is - ${basedir}/xdocs.

- - - maven.build.dir Yes @@ -70,6 +37,14 @@ ISO-8859-1.

+ + maven.linkcheck.cache + Yes + +

Default value is + ${maven.build.dir}/linkcheck/linkcheck.cache.

+ +