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 2023/01/17 18:33:20 UTC

[maven-pmd-plugin] 04/08: Fix integration test MPMD-243-excludeFromFailureFile

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

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

commit 7f96dcf60026c29b03874f2bbea439040809cf5d
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Fri Jun 10 11:23:58 2022 +0200

    Fix integration test MPMD-243-excludeFromFailureFile
---
 src/it/MPMD-243-excludeFromFailureFile/invoker.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/it/MPMD-243-excludeFromFailureFile/invoker.properties b/src/it/MPMD-243-excludeFromFailureFile/invoker.properties
index 1e595ef..c630e55 100644
--- a/src/it/MPMD-243-excludeFromFailureFile/invoker.properties
+++ b/src/it/MPMD-243-excludeFromFailureFile/invoker.properties
@@ -15,5 +15,5 @@
 # specific language governing permissions and limitations
 # under the License.
 
-invoker.goals = clean pmd:check
+invoker.goals = clean verify
 invoker.maven.version = 3+