You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2014/10/26 19:42:02 UTC

svn commit: r1634377 - /maven/jxr/trunk/maven-jxr-plugin/pom.xml

Author: khmarbaise
Date: Sun Oct 26 18:42:02 2014
New Revision: 1634377

URL: http://svn.apache.org/r1634377
Log:
[JXR-115]
 - Removed maven-surefire-plugin configuration which
   is deprecated in the meantime.

Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=1634377&r1=1634376&r2=1634377&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Sun Oct 26 18:42:02 2014
@@ -51,13 +51,6 @@ under the License.
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-surefire-plugin</artifactId>
-          <configuration>
-            <forkMode>always</forkMode>
-          </configuration>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
           <version>${mavenPluginToolsVersion}</version>
           <configuration>