Skip to content

Commit 01ebdf8

Browse files
committed
ci: exclude examples from deploy
Signed-off-by: Gigi Cheang <gigi.cheang@ibm.com>
1 parent cd44b46 commit 01ebdf8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

modules/examples/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@
3636
<artifactId>slf4j-jdk14</artifactId>
3737
</dependency>
3838
</dependencies>
39-
39+
40+
<properties>
41+
<!-- Exclude examples module from Maven Central deployment -->
42+
<maven.deploy.skip>true</maven.deploy.skip>
43+
</properties>
44+
4045
<build>
4146
<plugins>
4247
<plugin>

0 commit comments

Comments
 (0)