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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 4926dbb Use verify instead of package in default goal. 4926dbb is described below commit 4926dbbe854400693d97a4e5fcf5ae6d2fcab056 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:40:53 2022 -0500 Use verify instead of package in default goal. Add pmd:check to default goal. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5c105c8..25275f8 100644 --- a/pom.xml +++ b/pom.xml @@ -98,7 +98,7 @@ </dependencies> <build> - <defaultGoal>clean apache-rat:check spotbugs:check javadoc:javadoc package</defaultGoal> + <defaultGoal>clean verify apache-rat:check spotbugs:check pmd:check javadoc:javadoc</defaultGoal> <resources> <resource> <directory>src/main/resources</directory>