From 4c58c8316ade28e57da679c4cf6cea380ad88355 Mon Sep 17 00:00:00 2001 From: brett Date: Sat, 12 Jun 2004 05:36:18 +0000 Subject: [PATCH] document how to override clover jar "cleanly" git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115463 13f79535-47bb-0310-9956-ffa450edef68 --- clover/xdocs/faq.fml | 44 +++++++++++++++++++++++++++++++++++++ clover/xdocs/navigation.xml | 1 + clover/xdocs/properties.xml | 13 ----------- 3 files changed, 45 insertions(+), 13 deletions(-) create mode 100644 clover/xdocs/faq.fml diff --git a/clover/xdocs/faq.fml b/clover/xdocs/faq.fml new file mode 100644 index 00000000..1c18131d --- /dev/null +++ b/clover/xdocs/faq.fml @@ -0,0 +1,44 @@ + + + + + + + General + + + + How do I force a different clover jar to be used? + + +

+ If you have a licensed clover JAR, or you want to upgrade the version used by the plugin, you will + need to use a jar override to force the clover plugin to use the updated JAR. +

+

eg: To use a local copy of clover-1.2.4-registered.jar, add this to project.properties:

+ maven.jar.override=on +maven.jar.clover=lib/clover-1.2.4-registered.jar +

eg: To use version 1.2.5 from the repository, add this to project.properties:

+ maven.jar.override=on +maven.jar.clover=1.2.5 +
+
+ +
+
diff --git a/clover/xdocs/navigation.xml b/clover/xdocs/navigation.xml index 768e68a9..d0e6f275 100644 --- a/clover/xdocs/navigation.xml +++ b/clover/xdocs/navigation.xml @@ -30,6 +30,7 @@ + diff --git a/clover/xdocs/properties.xml b/clover/xdocs/properties.xml index 5c09b542..7858aa9e 100644 --- a/clover/xdocs/properties.xml +++ b/clover/xdocs/properties.xml @@ -56,19 +56,6 @@ false - - maven.clover.jar - Yes - - Allows the user to override the Clover jar. This is especially - useful as the Clover jars are license-signed for a specific - project so you might want to use different jars for different - projects. - - - Undefined - - maven.clover.report.html Yes