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 ed93375 commit 7d9621dCopy full SHA for 7d9621d
pom.xml
@@ -167,6 +167,23 @@
167
</build>
168
169
<profiles>
170
+ <profile>
171
+ <id>central</id>
172
+ <build>
173
+ <plugins>
174
+ <plugin>
175
+ <groupId>org.sonatype.central</groupId>
176
+ <artifactId>central-publishing-maven-plugin</artifactId>
177
+ <configuration>
178
+ <excludeArtifacts>
179
+ <artifact>spring-cloud-gateway-integration-tests</artifact>
180
+ <artifact>spring-cloud-gateway-sample</artifact>
181
+ </excludeArtifacts>
182
+ </configuration>
183
+ </plugin>
184
+ </plugins>
185
+ </build>
186
+ </profile>
187
<profile>
188
<id>spring</id>
189
<repositories>
0 commit comments