good catch. I couldn't get these speedups to work when I was writing the tests

On Tuesday, September 8, 2009,  <bentm...@codehaus.org> wrote:
>
>
>
>
>
>
>
>
>
> Revision 10635 <http://fisheye.codehaus.org/changelog/mojo/?cs=10635>
> Author bentmann
> Date 2009-09-08 13:56:35 -0500 (Tue, 08 Sep 2009)
>
>
> Log Message
> o Accelerated ITs and excluded irrelevant reports
>
> Modified Paths
>
> trunk/mojo/versions-maven-plugin/src/it/it-dependency-updates-report-001/pom.xml
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-001/pom.xml
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-002/pom.xml
> trunk/mojo/versions-maven-plugin/src/it/it-property-updates-report-001/pom.xml
>
>
>
>
> Diff
>
> Modified: 
> trunk/mojo/versions-maven-plugin/src/it/it-dependency-updates-report-001/pom.xml
>  (10634 => 10635)
>
> --- 
> trunk/mojo/versions-maven-plugin/src/it/it-dependency-updates-report-001/pom.xml
>   2009-09-08 18:55:44 UTC (rev 10634)
> +++ 
> trunk/mojo/versions-maven-plugin/src/it/it-dependency-updates-report-001/pom.xml
>   2009-09-08 18:56:35 UTC (rev 10635)
> @@ -58,6 +58,9 @@
>        <plugin>
>          <artifactId>maven-project-info-reports-plugin</artifactId>
>          <version>2.1</version>
> +        <reportSets>
> +          <reportSet/>
> +        </reportSets>
>        </plugin>
>        <plugin>
>          <groupId>@project.groupId@</groupId>
>
>
> Modified: 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-001/pom.xml 
> (10634 => 10635)
>
> --- 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-001/pom.xml  
>     2009-09-08 18:55:44 UTC (rev 10634)
> +++ 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-001/pom.xml  
>     2009-09-08 18:56:35 UTC (rev 10635)
> @@ -52,6 +52,9 @@
>        <plugin>
>          <artifactId>maven-project-info-reports-plugin</artifactId>
>          <version>2.1</version>
> +        <reportSets>
> +          <reportSet/>
> +        </reportSets>
>        </plugin>
>        <plugin>
>          <groupId>@project.groupId@</groupId>
>
>
> Modified: 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-002/pom.xml 
> (10634 => 10635)
>
> --- 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-002/pom.xml  
>     2009-09-08 18:55:44 UTC (rev 10634)
> +++ 
> trunk/mojo/versions-maven-plugin/src/it/it-plugin-updates-report-002/pom.xml  
>     2009-09-08 18:56:35 UTC (rev 10635)
> @@ -53,6 +53,9 @@
>        <plugin>
>          <artifactId>maven-project-info-reports-plugin</artifactId>
>          <version>2.1</version>
> +        <reportSets>
> +          <reportSet/>
> +        </reportSets>
>        </plugin>
>        <plugin>
>          <groupId>@project.groupId@</groupId>
>
>
> Modified: 
> trunk/mojo/versions-maven-plugin/src/it/it-property-updates-report-001/pom.xml
>  (10634 => 10635)
>
> --- 
> trunk/mojo/versions-maven-plugin/src/it/it-property-updates-report-001/pom.xml
>     2009-09-08 18:55:44 UTC (rev 10634)
> +++ 
> trunk/mojo/versions-maven-plugin/src/it/it-property-updates-report-001/pom.xml
>     2009-09-08 18:56:35 UTC (rev 10635)
> @@ -70,6 +70,9 @@
>        <plugin>
>          <artifactId>maven-project-info-reports-plugin</artifactId>
>          <version>2.1</version>
> +        <reportSets>
> +          <reportSet/>
> +        </reportSets>
>        </plugin>
>        <plugin>
>          <groupId>@project.groupId@</groupId>
>
>
>
>
>
>
>
>
>
>
> To unsubscribe from this list please visit:
>
>
>     http://xircles.codehaus.org/manage_email
>
>

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to