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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new dd7e49a Run the default Maven goal for GitHub Actions builds.
dd7e49a is described below
commit dd7e49aab5b8d9bf3fb4335e1a07d1cb2e686e6b
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Mar 10 09:44:58 2021 -0500
Run the default Maven goal for GitHub Actions builds.
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index da02f1c..1eb2a5e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,6 +45,6 @@ jobs:
with:
java-version: ${{ matrix.java }}
- name: Build with Maven
- run: mvn -V -Ddoclint=none package --file pom.xml --no-transfer-progress
+ run: mvn -V -Ddoclint=none --file pom.xml --no-transfer-progress
# For Java 11, you can be more strict:
-DadditionalJOption=-Xdoclint/package:-org.apache.commons.configuration2.plist
\ No newline at end of file