We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4e69f commit ffa25f1Copy full SHA for ffa25f1
log4j-distribution/pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>org.apache.logging.log4j</groupId>
22
<artifactId>log4j</artifactId>
23
- <version>2.20.1-SNAPSHOT</version>
+ <version>2.19.1-SNAPSHOT</version>
24
</parent>
25
<artifactId>log4j-distribution</artifactId>
26
<packaging>pom</packaging>
pom.xml
@@ -1853,6 +1853,10 @@
1853
<!-- Shortcut to enable `log4j-distribution` module creating the release distribution containing artifacts, sources, etc. -->
1854
<profile>
1855
<id>apache-release</id>
1856
+ <properties>
1857
+ <maven.test.skip>true</maven.test.skip>
1858
+ <spotless.check.skip>true</spotless.check.skip>
1859
+ </properties>
1860
<build>
1861
<plugins>
1862
<plugin>
0 commit comments