You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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!
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:
<properties> <clover.cloverDatabase>relative/path/to/clover.db</clover.cloverDatabase> </properties>
2) If you want to have one database for whole Mmaven project, declare:
<properties> <clover.singleCloverDatabase>true</clover.singleCloverDatabase> </properties>
You can use both settings together as well.
Regards
Marek
Back in April of last year one of the major product announcements from Opsgenie was the launch of the Incident investigation view which created a deep connection between Bitbucket and Opsgenie, empow...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.