|
From: <ma...@us...> - 2010-04-14 11:12:26
|
Revision: 346
http://objectlabkit.svn.sourceforge.net/objectlabkit/?rev=346&view=rev
Author: marchy
Date: 2010-04-14 11:12:20 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
fixed empty surefire report in sub-modules.
Modified Paths:
--------------
trunk/pom.xml
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2010-04-13 14:07:43 UTC (rev 345)
+++ trunk/pom.xml 2010-04-14 11:12:20 UTC (rev 346)
@@ -173,7 +173,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <site.deploy.url>file:///tmp/site</site.deploy.url>
+ <site.deploy.url>file:///tmp/site</site.deploy.url>
</properties>
<profiles>
@@ -293,6 +293,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
+ <inherited>false</inherited>
<configuration>
<aggregate>true</aggregate>
</configuration>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|