Skip to content

Commit

Permalink
Skip spotless plugin during release
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoers committed Feb 18, 2023
1 parent 7c4e69f commit ffa25f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log4j-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ffa25f1

Please sign in to comment.