Skip to content

Commit ffa25f1

Browse files
committed
Skip spotless plugin during release
1 parent 7c4e69f commit ffa25f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

log4j-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.logging.log4j</groupId>
2222
<artifactId>log4j</artifactId>
23-
<version>2.20.1-SNAPSHOT</version>
23+
<version>2.19.1-SNAPSHOT</version>
2424
</parent>
2525
<artifactId>log4j-distribution</artifactId>
2626
<packaging>pom</packaging>

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1853,6 +1853,10 @@
18531853
<!-- Shortcut to enable `log4j-distribution` module creating the release distribution containing artifacts, sources, etc. -->
18541854
<profile>
18551855
<id>apache-release</id>
1856+
<properties>
1857+
<maven.test.skip>true</maven.test.skip>
1858+
<spotless.check.skip>true</spotless.check.skip>
1859+
</properties>
18561860
<build>
18571861
<plugins>
18581862
<plugin>

0 commit comments

Comments
 (0)