You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "dinesh (JIRA)" <ji...@apache.org> on 2016/05/19 14:31:13 UTC

[jira] [Created] (MPLUGINTESTING-49) Clover plugin is not working properly

dinesh created MPLUGINTESTING-49:
------------------------------------

             Summary: Clover plugin is not working properly
                 Key: MPLUGINTESTING-49
                 URL: https://issues.apache.org/jira/browse/MPLUGINTESTING-49
             Project: Maven Plugin Testing
          Issue Type: Bug
            Reporter: dinesh


Getting the below error. 

initializationError(za.co.sb.core.datamodel.serializer.test.ObjectSerializerTest): com_atlassian_clover/TestNameSniffer
  initializationError(za.co.sb.core.datamodel.test.DataImplTest): com_atlassian_clover/TestNameSniffer
  initializationError(za.co.sb.core.datamodel.test.ErrorImplTest): com_atlassian_clover/TestNameSniffer

plugin using.
<plugin>
  <groupId>com.atlassian.maven.plugins</groupId>
   <artifactId>maven-clover2-plugin</artifactId>
    <!-- <plugin>
    <groupId>org.codehaus.cargo</groupId>
    <artifactId>cargo-maven2-plugin</artifactId>-->
    <configuration>	
	 <licenseLocation>C:\Users\w728473\Desktop\clover\clover.license</licenseLocation>
         <container>
            <dependencies>
                <!-- We need clover.jar to be present in container classpath -->
                <dependency>
                    <groupId>com.atlassian.clover</groupId> <!-- com.cenqua.clover for Clover 3.x -->
                    <artifactId>clover</artifactId>
                </dependency>
            </dependencies>
         </container>
          </configuration>
</plugin>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)