jira.codehaus.org

  • Log In Access more options
    • Online Help
    • Keyboard Shortcuts
    • About JIRA
    • JIRA Credits
    • What?s New
  • Dashboards Access more options (Alt+d)
  • Projects Access more options (Alt+p)
  • Issues Access more options (Alt+i)
  • Sonar
  • SONAR-134

Clover license is not auto-detected

  • Log In
  • Views
    • XML
    • Word
    • Printable

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0.2
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None

Description

If the license location is not explicitely set into the pom.xml, then cobertura is executed instead of clover.

Workaround :

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clover-plugin</artifactId>
<configuration>
<licenseLocation>$

Unknown macro: {basedir}
/clover.license</licenseLocation>
</configuration>
</plugin>

Activity

  • All
  • Comments
  • Work Log
  • History
  • Activity
Hide
Permalink
Cédric Munger added a comment - 14/Jan/08 9:13 AM

if no licenseLocation param provided, the license will be searched in the same directory than the currently executed pom

Show
Cédric Munger added a comment - 14/Jan/08 9:13 AM if no licenseLocation param provided, the license will be searched in the same directory than the currently executed pom

People

  • Assignee:
    Cédric Munger
    Reporter:
    Simon Brandhof
Vote (0)
Watch (0)

Dates

  • Created:
    08/Jan/08 10:41 AM
    Updated:
    15/Jan/08 3:24 AM
    Resolved:
    14/Jan/08 9:13 AM
  • Atlassian JIRA (v5.0.4#731-sha1:3aa7374)
  • Report a problem
  • Powered by a free Atlassian JIRA open source license for Codehaus. Try JIRA - bug tracking software for your team.