Re: [xwiki-devs] [xwiki-notifications] r31772 - platform/pom/trunk
oops that was committed by error.... -Vincent On Oct 14, 2010, at 10:53 AM, vmassol (SVN) wrote:
Author: vmassol Date: 2010-10-14 10:53:33 +0200 (Thu, 14 Oct 2010) New Revision: 31772
Modified: platform/pom/trunk/pom.xml Log: Fixed parent dependency version
Modified: platform/pom/trunk/pom.xml =================================================================== --- platform/pom/trunk/pom.xml 2010-10-14 08:34:58 UTC (rev 31771) +++ platform/pom/trunk/pom.xml 2010-10-14 08:53:33 UTC (rev 31772) @@ -537,6 +537,10 @@ PrmNWuONRNMnMoPnQRMWWNQPqnnrqRmMrqTuWtUVwStROo PrnmqmUUnounqquummmmmUUnounqquummmmmUUONfhfUUn mmmm]]></license> + <!-- For some reason there's currently a problem in the Rendering Include Macro test execution when + IncludeMacroTest is clovered. Needs to be investigated. --> + <includesTestSourceRoots>false</includesTestSourceRoots> + <cloverDatabase>${user.home}/.xwiki/clover/clover.db</cloverDatabase> </configuration> </plugin> <plugin> @@ -718,7 +722,10 @@ </plugins> </build> </profile> - <!-- Profile when we want to run Clover instrumentation and report generation. --> + <!-- Warning: Clover 3.0.2 doesn't seem to work with Maven 3.0. It works with Maven 2.2.x though --> + <!-- To generate Clover reports execute the following: + mvn clover2:setup install clover2:aggregate clover2:clover -Dxwiki.checkstyle.skip=true -Dxwiki.clirr.skip=true -Pclover + --> <profile> <id>clover</id> <properties> @@ -727,41 +734,6 @@ <!-- Skip Clirr since we don't need it when computing test coverage and it speeds up the build not to run it --> <xwiki.clirr.skip>true</xwiki.clirr.skip> </properties> - <reporting> - <plugins> - <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - </plugin> - </plugins> - </reporting> - <build> - <plugins> - <!-- Warning: Clover 3.0.2 doesn't seem to work with Maven 3.0 RC2 --> - <plugin> - <groupId>com.atlassian.maven.plugins</groupId> - <artifactId>maven-clover2-plugin</artifactId> - <executions> - <execution> - <id>main</id> - <phase>verify</phase> - <goals> - <goal>instrument</goal> - <goal>aggregate</goal> - </goals> - </execution> - <execution> - <id>site</id> - <phase>pre-site</phase> - <goals> - <goal>instrument</goal> - <goal>aggregate</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> </profile> <profile> <!-- We run Cobertura in a profile since Cobertura interferes with Clirr and thus we run
participants (1)
-
Vincent Massol