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-email.git
commit 3e72e355f995e5a844a9779d0d278a9e772ef4e6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 5 14:00:14 2021 -0500 Add and use Maven default goal. --- .github/workflows/maven.yml | 2 +- pom.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f2ca238..230efad 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -45,4 +45,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V apache-rat:check spotbugs:check javadoc:javadoc -Ddoclint=all package --file pom.xml --no-transfer-progress + run: mvn -V -Ddoclint=all --file pom.xml --no-transfer-progress diff --git a/pom.xml b/pom.xml index 16ac56a..6b9cf4e 100644 --- a/pom.xml +++ b/pom.xml @@ -313,6 +313,7 @@ </properties> <build> + <defaultGoal>clean verify apache-rat:check clirr:check spotbugs:check javadoc:javadoc</defaultGoal> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId>