Uploaded image for project: 'Clover'
  1. Clover
  2. CLOV-1605

Replace clover.licenseLocation by maven.clover.licenseLocation

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      While it's perfectly fine to have a declaration like this:

      <properties>
        <clover.licenseLocation>clover.license</clover.licenseLocation>
      </properties>
      

      and next refer it in maven-clover2-plugin's configuration like this:

      <configuration>
         <licenseLocation>${clover.licenseLocation}</licenseLocation>
      </configuration>
      

      it's misleading for users, because in case they would like to pass it via -D parameter or declare in settings.xml without having the <licenseLocation> in maven-clover2-plugin section, it will not work, because the correct property name is 'maven.clover.licenseLocation'. See:

      https://docs.atlassian.com/maven-clover2-plugin/latest/setup-mojo.html#licenseLocation

      Correct all references in documentation on confluence.atlassian.com, answers.atlassian.com, maven-clover2-plugin source code, tutorial source code.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mparfianowicz Marek Parfianowicz
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: