Skip to content

Commit 9cc26e6

Browse files
committed
Disable publishing Stub Runner Boot.
Signed-off-by: Olga Maciaszek-Sharma <[email protected]>
1 parent e045482 commit 9cc26e6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/modules/ROOT/pages/project-features-stubrunner/stub-runner-boot.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[features-stub-runner-boot]]
22
= Using the Stub Runner Boot Application
33

4+
WARNING:: Due to the limitations in the current artifact repository release tool, we cannot currently release executable jars and as of `4.1.6` we're skipping the release of this artifact. Stub Runner Boot is still available through the xref:../docker-project.adoc#docker-stubrunner[Docker Stub Runner Boot image], which is the preferred way of using the app. You can also access https://github.com/spring-cloud/spring-cloud-contract/https://github.com/spring-cloud/spring-cloud-contract/tree/main/spring-cloud-contract-stub-runner-boot[the sources in the project repository] and build the app yourself. If the required adjustments are made in the artifact repository tooling, we'll resume publishing this jar.
5+
46
include::partial$_attributes.adoc[]
57

68
Spring Cloud Contract Stub Runner Boot is a Spring Boot application that exposes REST endpoints to

pom.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,22 @@
742742
</plugins>
743743
</build>
744744
</profile>
745+
<profile>
746+
<id>central</id>
747+
<build>
748+
<plugins>
749+
<plugin>
750+
<groupId>org.sonatype.central</groupId>
751+
<artifactId>central-publishing-maven-plugin</artifactId>
752+
<configuration>
753+
<excludeArtifacts>
754+
<artifact>spring-cloud-contract-stub-runner-boot</artifact>
755+
</excludeArtifacts>
756+
</configuration>
757+
</plugin>
758+
</plugins>
759+
</build>
760+
</profile>
745761
</profiles>
746762

747763
</project>

0 commit comments

Comments
 (0)