You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2011/08/13 20:01:52 UTC

svn commit: r1157399 - /maven/indexer/trunk/pom.xml

Author: olamy
Date: Sat Aug 13 18:01:52 2011
New Revision: 1157399

URL: http://svn.apache.org/viewvc?rev=1157399&view=rev
Log:
upgrade to last maven parent, do not redirect test output to a file by default

Modified:
    maven/indexer/trunk/pom.xml

Modified: maven/indexer/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/pom.xml?rev=1157399&r1=1157398&r2=1157399&view=diff
==============================================================================
--- maven/indexer/trunk/pom.xml (original)
+++ maven/indexer/trunk/pom.xml Sat Aug 13 18:01:52 2011
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>19</version>
+    <version>20</version>
   </parent>
 
   <groupId>org.apache.maven.indexer</groupId>
@@ -109,7 +109,7 @@ under the License.
     <sisu-inject-plexus.version>1.4.3</sisu-inject-plexus.version>
     <plexus-component-metadata.version>1.5.5</plexus-component-metadata.version>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <surefire.redirectTestOutputToFile>true</surefire.redirectTestOutputToFile>
+    <surefire.redirectTestOutputToFile>false</surefire.redirectTestOutputToFile>
   </properties>
 
   <dependencyManagement>