Taylor

Taylor Jamon Maven Report Plugin

From Taylor

         <plugin>
            <groupId>net.taylor.maven.plugins</groupId>
            <artifactId>maven-jamon-report-plugin</artifactId>
            <configuration>
               <filter>my.packages</filter>
            </configuration>
            <executions>
              <execution>
                <id>reset</id>
                <phase>process-classes</phase>
                <goals>
                  <goal>reset</goal>
                </goals>
              </execution>
              <execution>
                <id>results</id>
                <phase>test</phase>
                <goals>
                  <goal>results</goal>
                </goals>
              </execution>
            </executions>            
         </plugin>