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:34:30 UTC

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

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
 Assigned to: 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


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

Posted by "Vincent Massol (JIRA)" <ji...@codehaus.org>.
    [ 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


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

Posted by "Vincent Massol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCLOVER-22?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vincent Massol updated MCLOVER-22:
----------------------------------

    Fix Version/s:     (was: 2.1)

> 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
>          Issue Type: Bug
>    Affects Versions: 2.0
>            Reporter: Vincent Massol
>         Assigned To: Vincent Massol
>
> 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

        

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

Posted by "Vincent Massol (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MCLOVER-22?page=all ]
     
Vincent Massol closed MCLOVER-22:
---------------------------------

    Resolution: Won't Fix

It's now documented in the Clover plugin site.

> 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