This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/release-2.x by this push:
new ffa25f1dc2 Skip spotless plugin during release
ffa25f1dc2 is described below
commit ffa25f1dc216405351ed8d01e74d5242be3d9782
Author: Ralph Goers <[email protected]>
AuthorDate: Fri Feb 17 22:14:20 2023 -0700
Skip spotless plugin during release
---
log4j-distribution/pom.xml | 2 +-
pom.xml | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/log4j-distribution/pom.xml b/log4j-distribution/pom.xml
index 1dd6948a8f..c5ed746e2d 100644
--- a/log4j-distribution/pom.xml
+++ b/log4j-distribution/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j</artifactId>
- <version>2.20.1-SNAPSHOT</version>
+ <version>2.19.1-SNAPSHOT</version>
</parent>
<artifactId>log4j-distribution</artifactId>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index 9aafe74e28..fabaec7ef9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1853,6 +1853,10 @@
<!-- Shortcut to enable `log4j-distribution` module creating the release
distribution containing artifacts, sources, etc. -->
<profile>
<id>apache-release</id>
+ <properties>
+ <maven.test.skip>true</maven.test.skip>
+ <spotless.check.skip>true</spotless.check.skip>
+ </properties>
<build>
<plugins>
<plugin>