You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2018/01/29 09:29:04 UTC

[maven-pmd-plugin] branch master updated: [MPMD-244] Maven PMD plugin fails but no reason is given for the failure

This is an automated email from the ASF dual-hosted git repository.

adangel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ffa915f  [MPMD-244] Maven PMD plugin fails but no reason is given for the failure
ffa915f is described below

commit ffa915f02bc70a9eaea57a24093169e589e8e8be
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Mon Jan 29 10:28:38 2018 +0100

    [MPMD-244] Maven PMD plugin fails but no reason is given for the failure
    
    Adjust integration test to run only with maven 3.1.0+
---
 src/it/MPMD-244-logging/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MPMD-244-logging/invoker.properties b/src/it/MPMD-244-logging/invoker.properties
index 1e595ef..ea9f79e 100644
--- a/src/it/MPMD-244-logging/invoker.properties
+++ b/src/it/MPMD-244-logging/invoker.properties
@@ -16,4 +16,4 @@
 # under the License.
 
 invoker.goals = clean pmd:check
-invoker.maven.version = 3+
+invoker.maven.version = 3.1.0+

-- 
To stop receiving notification emails like this one, please contact
adangel@apache.org.