Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit c21707e

Browse files
Don't deploy examples.
1 parent bed2c7a commit c21707e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

examples/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,15 @@
5252
<artifactId>jul-to-slf4j</artifactId>
5353
</dependency>
5454
</dependencies>
55+
56+
<build>
57+
<plugins>
58+
<plugin>
59+
<artifactId>maven-deploy-plugin</artifactId>
60+
<configuration>
61+
<skip>true</skip>
62+
</configuration>
63+
</plugin>
64+
</plugins>
65+
</build>
5566
</project>

0 commit comments

Comments
 (0)