You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2017/07/30 22:22:09 UTC

svn commit: r1803469 - /maven/pom/trunk/maven/maven-plugins/pom.xml

Author: hboutemy
Date: Sun Jul 30 22:22:09 2017
New Revision: 1803469

URL: http://svn.apache.org/viewvc?rev=1803469&view=rev
Log:
[MPOM-167] removed mavenInvokerPluginVersion property: m-site-p inherits report from pluginManagement

Modified:
    maven/pom/trunk/maven/maven-plugins/pom.xml

Modified: maven/pom/trunk/maven/maven-plugins/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/maven-plugins/pom.xml?rev=1803469&r1=1803468&r2=1803469&view=diff
==============================================================================
--- maven/pom/trunk/maven/maven-plugins/pom.xml (original)
+++ maven/pom/trunk/maven/maven-plugins/pom.xml Sun Jul 30 22:22:09 2017
@@ -56,7 +56,6 @@ under the License.
   <properties>
     <maven.site.path>plugins-archives/${project.artifactId}-LATEST</maven.site.path>
     <maven.site.scm-deploy>true</maven.site.scm-deploy>
-    <mavenInvokerPluginVersion>2.0.0</mavenInvokerPluginVersion>
   </properties>
 
   <dependencies>
@@ -105,11 +104,6 @@ under the License.
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-invoker-plugin</artifactId>
-          <version>${mavenInvokerPluginVersion}</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <configuration>
             <tagletArtifacts>
@@ -265,7 +259,6 @@ under the License.
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-invoker-plugin</artifactId>
-            <version>${mavenInvokerPluginVersion}</version>
           </plugin>
         </plugins>
       </reporting>