You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by c_inconnu3 <c_...@yahoo.fr> on 2005/09/29 22:05:46 UTC

[M2] Clover report with beta2

Hi,

I am trying to generate a report with clover and m2 beta2. I have in my 
pom :

    <reporting>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-clover-plugin</artifactId>
                <version>2.0-alpha-1</version>
            </plugin>
            ...
        </plugins>
    </reporting>

whenever i run "m2 clover:report" or "m2 site:site" i got :

ERROR: D:\projets\X\Y.java:123:92:expecting SEMI, found ':'
ERROR: Error parsing D:\projets\X/Y.java: line 123: expecting SEMI, 
found ':'

Thanks,

David DIDIER



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org