Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

clover db setup using maven and no pom.xml

J W April 2, 2013

I have clover setup in maven3 using the .m2/settings.xml. How and where is the clover database created in such cases?

How can I set this up without making changes to the pom.xml?

All the examples I have seen talk about adding the configuration to the pom file. If that is the case, what is point of providing a means in the .m2/settings.xml?

Thanks for any help!

1 answer

0 votes
Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
April 2, 2013

By default it creates one Clover database per Maven module in the <module_dir>/target/clover/clover.db file.

1) In order to use a different path, declare a following property in settings.xml:

&lt;properties&gt;
  &lt;clover.cloverDatabase&gt;relative/path/to/clover.db&lt;/clover.cloverDatabase&gt;
&lt;/properties&gt;

2) If you want to have one database for whole Mmaven project, declare:

&lt;properties&gt;
  &lt;clover.singleCloverDatabase&gt;true&lt;/clover.singleCloverDatabase&gt;
&lt;/properties&gt;

You can use both settings together as well.

Regards
Marek

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events