Skip to content

Commit

Permalink
Temporarily disable enforce-no-snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Sep 8, 2023
1 parent ac17767 commit 5bcf4b5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,21 @@
</executions>
</plugin>

<!-- `logging-parent` is not released yet, hence we still need to use its SNAPSHOT.
Temporarily disable `enforce-no-snapshots` inherited from `logging-parent`. -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<executions>
<execution>
<id>enforce-no-snapshots</id>
<configuration>
<skip>true</skip>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>

Expand Down

0 comments on commit 5bcf4b5

Please sign in to comment.