Skip to content

Commit face1d4

Browse files
committed
chore: Made the examples not get deployed to Nexus.
1 parent 5bf93e6 commit face1d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@
8484
<skip>true</skip>
8585
</configuration>
8686
</plugin>
87+
<!-- No need to deploy examples in a maven repo -->
88+
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
90+
<artifactId>maven-deploy-plugin</artifactId>
91+
<configuration>
92+
<skip>true</skip>
93+
</configuration>
94+
</plugin>
8795
</plugins>
8896
</pluginManagement>
8997
</build>

0 commit comments

Comments
 (0)