You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/10/14 23:16:51 UTC

svn commit: r1631890 - /creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml

Author: pottlinger
Date: Tue Oct 14 21:16:51 2014
New Revision: 1631890

URL: http://svn.apache.org/r1631890
Log:
Adding pluginManagement for maven-plugin-plugin

* This fixes the problem when generating javadoc automatically that version/author are empty.
* BUT: site:site does not work since a plugin-plugin:2.7 cannot be downloaded - I don't see any references to that version.


Modified:
    creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml

Modified: creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml?rev=1631890&r1=1631889&r2=1631890&view=diff
==============================================================================
--- creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml (original)
+++ creadur/whisker/trunk/apache-whisker-maven-plugin/pom.xml Tue Oct 14 21:16:51 2014
@@ -83,6 +83,15 @@
     </dependency>
   </dependencies>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>${mavenPluginPluginVersion}</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-invoker-plugin</artifactId>
@@ -165,7 +174,6 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-plugin-plugin</artifactId>
-              <version>${mavenPluginPluginVersion}</version>
             </plugin>
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>