This is an automated email from the ASF dual-hosted git repository.
mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push:
new bdd6f5b590 Use install as default goal
bdd6f5b590 is described below
commit bdd6f5b59089907add9f8d70410a3f5cce924107
Author: Matt Sicker <[email protected]>
AuthorDate: Sun May 1 20:23:17 2022 -0500
Use install as default goal
Signed-off-by: Matt Sicker <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4d95ca344a..5f166e3497 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1070,7 +1070,7 @@
</dependencies>
</dependencyManagement>
<build>
- <defaultGoal>clean verify</defaultGoal>
+ <defaultGoal>clean install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>