You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by br...@apache.org on 2007/08/13 07:01:29 UTC

svn commit: r565237 - in /maven/doxia/doxia-sitetools/trunk: doxia-site-renderer/pom.xml pom.xml

Author: brett
Date: Sun Aug 12 22:01:28 2007
New Revision: 565237

URL: http://svn.apache.org/viewvc?view=rev&rev=565237
Log:
fix the tests - there is a regression in 2.3+

Modified:
    maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml?view=diff&rev=565237&r1=565236&r2=565237
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/doxia-site-renderer/pom.xml Sun Aug 12 22:01:28 2007
@@ -111,18 +111,4 @@
       <artifactId>plexus-utils</artifactId>
     </dependency>
   </dependencies>
-
-  <!-- TODO temp solution -->
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
-        <configuration>
-          <forkMode>pertest</forkMode>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?view=diff&rev=565237&r1=565236&r2=565237
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sun Aug 12 22:01:28 2007
@@ -88,9 +88,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <forkMode>never</forkMode>
-          </configuration>
+          <version>2.2</version>
         </plugin>
       </plugins>
     </pluginManagement>