Hi,

I'm using the maven-clover-plugin 2.3 and try to get an history report from
my saved history points but all thats generated is the 'normal' clover html
report.

The section from my pom:

<build>
[...]
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-clover-plugin</artifactId>
        <version>2.3</version>
        <configuration>
          <jdk>1.5</jdk>
         
<licenseLocation>/export/home/v/vf/maven2test/AdClientHttpLib/clover.license</licenseLocation>
          <historyDir>/tmp/cloverhistory</historyDir>
          <generateHistorical>true</generateHistorical>
        </configuration>
        <executions>
          <execution>
            <phase>pre-site</phase>
            <goals>
              <goal>instrument</goal>
              <goal>save-history</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
[...]
   </build>

and 

[...]
  <reporting>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-clover-plugin</artifactId>
        <!--configuration>
            <generateHistorical>true</generateHistorical>
            <historyDir>/tmp/cloverhistory</historyDir>
            <generateXml>true</generateXml>
        </configuration-->
      </plugin>
   </reporting>
[...]

Is it a bug in the plugin or did I get something wrong?

regards,
Volker
-- 
View this message in context: 
http://www.nabble.com/-m2--Clover---how-to-get-an-history-report-tf2423264.html#a6755914
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to