You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by lg...@apache.org on 2016/08/14 15:05:58 UTC

[2/2] mina-sshd git commit: Control the version of the Maven lifecycle plugins

Control the version of the Maven lifecycle plugins


Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo
Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/f8f1e087
Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/f8f1e087
Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/f8f1e087

Branch: refs/heads/master
Commit: f8f1e087251bed9d71a938e1a5522b4b68e52863
Parents: e8ac9ac
Author: Lyor Goldstein <ly...@gmail.com>
Authored: Sun Aug 14 18:07:33 2016 +0300
Committer: Lyor Goldstein <ly...@gmail.com>
Committed: Sun Aug 14 18:07:33 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/f8f1e087/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index fbc77c3..ac72f62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,6 +461,16 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-clean-plugin</artifactId>
+                    <version>3.0.0</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-install-plugin</artifactId>
+                    <version>2.5.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
                     <version>2.10.3</version>
                 </plugin>