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