Skip to content

CloverConfiguration

Marcin Kuthan edited this page Mar 27, 2015 · 1 revision

Introduction

Clover is distributed under commercial licence. Maven must be configured to use the licence. Below you can find quick guide, for more details please refer to the documenation.

Licence Configuration

Define license file location in the settings.xml file:

<properties>
  <maven.clover.licenseLocation>/path/to/clover.license</maven.clover.licenseLocation>
</properties>
Clone this wiki locally