Repository: mina-sshd Updated Branches: refs/heads/master 3fe46e7e3 -> 1a983a40f
Added PMD plugin execution definition to Eclipse lifecycle configuration in order to avoid PMD IDE integration issues Project: http://git-wip-us.apache.org/repos/asf/mina-sshd/repo Commit: http://git-wip-us.apache.org/repos/asf/mina-sshd/commit/1a983a40 Tree: http://git-wip-us.apache.org/repos/asf/mina-sshd/tree/1a983a40 Diff: http://git-wip-us.apache.org/repos/asf/mina-sshd/diff/1a983a40 Branch: refs/heads/master Commit: 1a983a40f2b2d105f3e3f9b06d6fa45023f7c444 Parents: 3fe46e7 Author: Lyor Goldstein <[email protected]> Authored: Sun Jul 1 20:23:32 2018 +0300 Committer: Lyor Goldstein <[email protected]> Committed: Sun Jul 1 20:23:32 2018 +0300 ---------------------------------------------------------------------- pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/1a983a40/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 045db64..96a0131 100644 --- a/pom.xml +++ b/pom.xml @@ -261,6 +261,19 @@ </pluginExecution> <pluginExecution> <pluginExecutionFilter> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <versionRange>[3.9.0,)</versionRange> + <goals> + <goal>check</goal> + </goals> + </pluginExecutionFilter> + <action> + <ignore /> + </action> + </pluginExecution> + <pluginExecution> + <pluginExecutionFilter> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <versionRange>[1.0,)</versionRange>
