I have spent all morning today trying to get the latest clover plugin to
work. I am able to run the clover goals from the command line and have no
problems there. For the life of me, I cannot get the clover reports to be
generated when I build the site. I have followed the instructions on the
maven site for adding an execution to the pom, but it just doesn't work.

<build>
    <pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-clover-plugin</artifactId>
          <version>2.1</version>
          <configuration>
            <targetPercentage>85%</targetPercentage>
           
<licenseLocation>http://10.10.220.12/clover/clover.license</licenseLocation>
          </configuration>
          <executions>
            <execution>
              <phase>pre-site</phase>
              <goals>
                <goal>instrument</goal>
              </goals>
            </execution>
          </executions>
        </plugin>
      </plugins>
    </pluginManagement>
  </build>

Am I missing something stupid? It's driving me insane... 

   Thanks,

    Ryan
--
View this message in context: 
http://www.nabble.com/maven-clover-plugin-2.1-site%3Asite-troubles-t1602437.html#a4344956
Sent from the Maven - Users forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to