This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new 2e88a30 Update logging-parent and add clean to default goal.
2e88a30 is described below
commit 2e88a30fa5f90c2de96558b4f88fd1ac943770ea
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jan 1 15:00:49 2022 -0500
Update logging-parent and add clean to default goal.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1997562..605f11b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,7 +297,7 @@
</dependencies>
</dependencyManagement>
<build>
- <defaultGoal>apache-rat:check package javadoc:javadoc</defaultGoal>
+ <defaultGoal>clean apache-rat:check package javadoc:javadoc</defaultGoal>
<pluginManagement>
<plugins>
<plugin>