You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vincent Massol (JIRA)" <ji...@codehaus.org> on 2006/03/15 15:46:29 UTC

[jira] Commented: (MCLOVER-22) The licenseFile element is not taken into account

    [ http://jira.codehaus.org/browse/MCLOVER-22?page=comments#action_61095 ] 

Vincent Massol commented on MCLOVER-22:
---------------------------------------

The problem happens when the licenseFile is specified inside an <execution>. Specifygin it outside works:

{code:xml}
  <build>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-clover-plugin</artifactId>
            <configuration>
              <licenseFile>${basedir}/tools/clover.license</licenseFile>
            </configuration>
            <executions>
                <execution>
                    <configuration>
                        <targetPercentage>85.9%</targetPercentage>
                    </configuration>
                    <goals>
                        <goal>check</goal>
                    </goals>
                </execution>
            </executions>
        </plugin>
    </plugins>
  </build>
{code}

> The licenseFile element is not taken into account
> -------------------------------------------------
>
>          Key: MCLOVER-22
>          URL: http://jira.codehaus.org/browse/MCLOVER-22
>      Project: Maven 2.x Clover Plugin
>         Type: Bug

>     Versions: 2.0
>     Reporter: Vincent Massol
>     Assignee: Vincent Massol
>      Fix For: 2.1

>
>
> The licenseFile appears not to be used by the plugin.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira