Skip to content

Commit 233c982

Browse files
authored
chore(.ci/config): Remove Swagger References
- stage types - CONTRIBUTING.md Related-to: #4467
1 parent d5c3a72 commit 233c982

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/config/stage-types.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ platform-jdk-openjdk-jdk-11-latest:
159159
!spring-boot-starter/starter-qa/integration-test-webapp,!spring-boot-starter/starter-qa/integration-test-webapp/invoice-example,
160160
!spring-boot-starter/starter-qa/integration-test-webapp/runtime,
161161
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
162-
!distro/run/modules/rest,!distro/run/modules/swaggerui,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
162+
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
163163
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
164164
-Pdistro,distro-ce,distro-wildfly'
165165
stash:
@@ -196,7 +196,7 @@ platform-jdk-jdk-11-latest:
196196
!spring-boot-starter/starter-qa/integration-test-webapp,!spring-boot-starter/starter-qa/integration-test-webapp/invoice-example,
197197
!spring-boot-starter/starter-qa/integration-test-webapp/runtime,
198198
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
199-
!distro/run/modules/rest,!distro/run/modules/swaggerui,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
199+
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
200200
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
201201
-Pdistro,distro-ce,distro-wildfly'
202202
stash:

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ An entire repository can then be built by running `mvn clean install` in the roo
111111
This will build all sub modules and execute unit tests.
112112
Furthermore, you can restrict the build to just the module you are changing by running the same command in the corresponding directory.
113113
Check the repository's or module's README for additional module-specific instructions.
114-
The `webapps` and `swagger-ui` modules requires NodeJS.
115-
You can exclude building them by running `mvn clean install -pl '!webapps,!webapps/assembly,!webapps/assembly-jakarta,!org.camunda.bpm.run:camunda-bpm-run-modules-swaggerui'`.
114+
The `webapps` module requires NodeJS.
115+
You can exclude building them by running `mvn clean install -pl '!webapps,!webapps/assembly,!webapps/assembly-jakarta'`.
116116

117117
Integration tests (e.g. tests that run in an actual application server) are usually not part of the default Maven profiles. If you think they are relevant to your contribution, please ask us in the ticket, on the forum or in your pull request for how to run them. Smaller contributions usually do not need this.
118118

0 commit comments

Comments
 (0)