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 2015/07/19 07:02:00 UTC

mina-sshd git commit: Update eclipse-lifecycle-mappings plugin to ignore the checkstyle configuration

Repository: mina-sshd
Updated Branches:
  refs/heads/master 17f2d627a -> 318a7ff4f


Update eclipse-lifecycle-mappings plugin to ignore the checkstyle configuration


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

Branch: refs/heads/master
Commit: 318a7ff4fc6ffa3d05d2c24cd25619436a11f4be
Parents: 17f2d62
Author: Lyor Goldstein <lg...@vmware.com>
Authored: Sun Jul 19 08:01:52 2015 +0300
Committer: Lyor Goldstein <lg...@vmware.com>
Committed: Sun Jul 19 08:01:52 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/318a7ff4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 200a002..64f180c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,6 +370,19 @@
 										<execute />
 									</action>
 								</pluginExecution>
+								<pluginExecution>
+									<pluginExecutionFilter>
+									    <groupId>org.apache.maven.plugins</groupId>
+									    <artifactId>maven-checkstyle-plugin</artifactId>
+										<versionRange>[1.0,)</versionRange>
+										<goals>
+											<goal>check</goal>
+										</goals>
+									</pluginExecutionFilter>
+									<action>
+										<execute />
+									</action>
+								</pluginExecution>
 							</pluginExecutions>
 						</lifecycleMappingMetadata>
 					</configuration>