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


The following commit(s) were added to refs/heads/master by this push:
     new 9f12e57  Use the POM defaultGoal so that Travis and GitHub run the 
same builds.
9f12e57 is described below

commit 9f12e570c15671607b8e511e7eb85aff1ac1ea15
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jul 31 14:59:00 2020 -0400

    Use the POM defaultGoal so that Travis and GitHub run the same builds.
---
 .github/workflows/maven.yml | 2 +-
 .travis.yml                 | 2 --
 pom.xml                     | 1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index dd3919a..bda2251 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -37,4 +37,4 @@ jobs:
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven
-      run: mvn -V package --file pom.xml
+      run: mvn -V --file pom.xml
diff --git a/.travis.yml b/.travis.yml
index 03d0fc0..4720633 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,5 +22,3 @@ jdk:
   - openjdk11
   - openjdk14
   - openjdk-ea
-
-  
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 2d8c7db..cd84996 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,6 +340,7 @@
   </properties>
 
   <build>
+    <defaultGoal>clean package apache-rat:check checkstyle:check japicmp:cmp 
javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>

Reply via email to