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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 2c6a5e3 And and use Maven defaultGoal. 2c6a5e3 is described below commit 2c6a5e3d31a35e960b010984e51f002d6dcb817b Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Feb 6 11:41:59 2021 -0500 And and use Maven defaultGoal. --- .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 2cf22ee..c0d6005 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -43,4 +43,4 @@ jobs: with: java-version: ${{ matrix.java }} - name: Build with Maven - run: mvn -V clean apache-rat:check package --file pom.xml --no-transfer-progress + run: mvn -V --file pom.xml --no-transfer-progress diff --git a/pom.xml b/pom.xml index 565d95f..f5b6be4 100644 --- a/pom.xml +++ b/pom.xml @@ -420,6 +420,7 @@ <!-- TODO find a better way to add N&L files to jars and test jars See also maven-remote-resources-plugin configuration below. --> + <defaultGoal>clean apache-rat:check package site</defaultGoal> <resources> <!-- This is the default setting from the super-pom --> <resource>