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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new a5c9a01 Add defaultGoal.
a5c9a01 is described below
commit a5c9a01d1a7c49940bf07236d07b814f32fd050f
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Feb 5 10:12:11 2021 -0500
Add defaultGoal.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 9cf9c62..4e567d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -123,6 +123,7 @@
</properties>
<build>
+ <defaultGoal>clean package apache-rat:check japicmp:cmp
javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>