We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb0b01 commit 22d00c1Copy full SHA for 22d00c1
pom.xml
@@ -251,6 +251,23 @@
251
</reporting>
252
253
<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>
271
<profile>
272
<id>spring</id>
273
<repositories>
0 commit comments