You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/01/09 04:38:12 UTC

[09/19] accumulo git commit: ACCUMULO-4102 Bump maven-plugin-plugin to 3.4

ACCUMULO-4102 Bump maven-plugin-plugin to 3.4

* Bump maven-plugin-plugin so the generated HelpMojo doesn't have
  javadoc problems (especially on JDK8)


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/7cc81374
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/7cc81374
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/7cc81374

Branch: refs/heads/1.7
Commit: 7cc81374233b0f8ba3a243f6084eecce9d6a1e6f
Parents: 4169a12
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Jan 8 20:45:03 2016 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Jan 8 20:45:49 2016 -0500

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/7cc81374/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6138dbc..f04aa53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -904,6 +904,11 @@
             </execution>
           </executions>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>