Skip to content

Commit

Permalink
do not deploy slf4j-testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Dec 28, 2023
1 parent 372e029 commit 037b725
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions slf4j-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,15 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 037b725

Please sign in to comment.