This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit d59b4548520de3e2f0e355b072db4be5eb460286 Author: Gary Gregory <[email protected]> AuthorDate: Sat Jul 2 09:10:17 2022 -0400 Add PMD check to default Maven goal. --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fd0d11ec..79afaf21 100644 --- a/pom.xml +++ b/pom.xml @@ -351,7 +351,7 @@ </properties> <build> - <defaultGoal>clean verify apache-rat:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal> + <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check pmd:check javadoc:javadoc</defaultGoal> <pluginManagement> <plugins> <plugin> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fd8fe0d9..37c0c8b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -95,6 +95,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="add" due-to="Gary Gregory"> Add github/codeql-action. </action> + <action dev="ggregory" type="add" due-to="Gary Gregory"> + Add PMD check to default Maven goal. + </action> <!-- UPDATE --> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> Bump actions/cache from 2.1.6 to 3.0.4 #147, #176.
