Skip to content

Commit c22cc31

Browse files
committed
chore(.ci/config): Remove Swagger from CONTRIBUTING.md
Related-to: #4467
1 parent 81d2df8 commit c22cc31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)