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)

Reply via email to