Repository: mina-sshd
Updated Branches:
  refs/heads/master 8a570b2a5 -> df4f91240


Run PMD plugin validation before test code commences


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

Branch: refs/heads/master
Commit: df4f91240f0e41894ffc13e3bbba2214f40bced1
Parents: 8a570b2
Author: Goldstein Lyor <[email protected]>
Authored: Thu Jan 4 14:01:31 2018 +0200
Committer: Goldstein Lyor <[email protected]>
Committed: Thu Jan 4 14:01:31 2018 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mina-sshd/blob/df4f9124/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2dc96b3..863f965 100644
--- a/pom.xml
+++ b/pom.xml
@@ -747,7 +747,7 @@
                    <execution> 
                        <id>pmd-checker</id> 
                        <!-- Note: phase must be AFTER detection of workspace 
root dir --> 
-                       <phase>verify</phase> 
+                       <phase>process-test-classes</phase>
                        <goals> 
                            <goal>check</goal> 
                        </goals> 

Reply via email to