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 2019/08/01 19:48:31 UTC

[maven-pmd-plugin] 01/01: [MPMD-293] - Fix integration test builds on jenkins

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

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

commit d642cd93dd7f394c4c30601c1e863b1e26ad53ce
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Thu Aug 1 21:47:05 2019 +0200

    [MPMD-293] - Fix integration test builds on jenkins
---
 src/it/MPMD-187/invoker.properties | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/it/MPMD-187/invoker.properties b/src/it/MPMD-187/invoker.properties
index ac42a36..cdef1c3 100644
--- a/src/it/MPMD-187/invoker.properties
+++ b/src/it/MPMD-187/invoker.properties
@@ -15,5 +15,4 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean verify
-invoker.mavenOpts = -Dpmd.skip=true -Dcpd.skip=true
+invoker.goals = clean verify -Dpmd.skip=true -Dcpd.skip=true