Skip to content

Commit 22d00c1

Browse files
committed
Skips deploy of examples and integration tests
1 parent adb0b01 commit 22d00c1

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pom.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,23 @@
251251
</reporting>
252252

253253
<profiles>
254+
<profile>
255+
<id>central</id>
256+
<build>
257+
<plugins>
258+
<plugin>
259+
<groupId>org.sonatype.central</groupId>
260+
<artifactId>central-publishing-maven-plugin</artifactId>
261+
<configuration>
262+
<excludeArtifacts>
263+
<artifact>spring-cloud-kubernetes-examples</artifact>
264+
<artifact>spring-cloud-kubernetes-integration-tests</artifact>
265+
</excludeArtifacts>
266+
</configuration>
267+
</plugin>
268+
</plugins>
269+
</build>
270+
</profile>
254271
<profile>
255272
<id>spring</id>
256273
<repositories>

0 commit comments

Comments
 (0)