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-weaver.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d4e8e4  Use a default Maven goal
3d4e8e4 is described below

commit 3d4e8e419a863e6f8d99a2446c8cece577ec7cfb
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Oct 11 08:01:12 2023 -0400

    Use a default Maven 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 6ed1e6e..a1549a2 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -58,4 +58,4 @@ jobs:
         distribution: 'temurin'
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn --show-version --batch-mode --no-transfer-progress clean verify
+      run: mvn --show-version --batch-mode --no-transfer-progress
diff --git a/pom.xml b/pom.xml
index 36fb5f3..eb11421 100644
--- a/pom.xml
+++ b/pom.xml
@@ -369,6 +369,7 @@ under the License.
         <jdk>[10,)</jdk>
       </activation>
       <build>
+               <defaultGoal>clean verify</defaultGoal>
         <pluginManagement>
           <plugins>
             <plugin>

Reply via email to