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 9ddd9a9 Make GitHub build use the Maven default goal.
9ddd9a9 is described below
commit 9ddd9a9dde2f6714915c1c105b43d92faf66b3fa
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 2 09:28:09 2021 -0500
Make GitHub build use the Maven default goal.
---
.github/workflows/maven.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 237644d..cc4d6d2 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 clean apache-rat:check spotbugs:check javadoc:javadoc
-Ddoclint=none package --file pom.xml --no-transfer-progress
+ run: mvn -V -Ddoclint=none package --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
diff --git a/pom.xml b/pom.xml
index e2225b5..38c533d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -584,7 +584,7 @@
</properties>
<build>
- <defaultGoal>clean verify apache-rat:check japicmp:cmp checkstyle:check
spotbugs:check javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean install apache-rat:check japicmp:cmp checkstyle:check
spotbugs:check javadoc:javadoc</defaultGoal>
<testResources>
<testResource>
<directory>src/test/resources</directory>