From b9785548d6b100c6d74bc16054492815101a4d56 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sat, 25 Nov 2023 11:41:45 -0500 Subject: [PATCH] Enable PMD check in default Maven goal --- pmd.xml | 18 +++++++++++++----- pom.xml | 13 ++++++++++++- .../apache/commons/logging/impl/NoOpLog.java | 4 ++-- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/pmd.xml b/pmd.xml index d988308..2bbe00c 100644 --- a/pmd.xml +++ b/pmd.xml @@ -15,11 +15,19 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - + Excludes from default PMD rules. - \ No newline at end of file + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index a1d7b9f..9a66fe5 100644 --- a/pom.xml +++ b/pom.xml @@ -197,7 +197,7 @@ under the License. - clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check + clean verify apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check pmd:check