Skip to content

Commit 9a3bcf1

Browse files
committed
chore: Remove Swagger References
- CONTRIBUTING.md Related-to: camunda/camunda-bpm-platform#4467 Backported commit 233c9820eb from the camunda-bpm-platform repository. Original author: psavidis <69160690+psavidis@users.noreply.github.com>
1 parent db0f12d commit 9a3bcf1

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
@@ -69,8 +69,8 @@ An entire repository can be built by running `mvn clean install` in the root dir
6969
This will build all sub modules and execute unit tests.
7070
Furthermore, you can restrict the build to just the module you are changing by running the same command in the corresponding directory.
7171
Check the repository's or module's README for additional module-specific instructions.
72-
The `webapps` and `swagger-ui` modules requires NodeJS.
73-
You can exclude building them by running `mvn clean install -pl '!webapps,!webapps/assembly,!webapps/assembly-jakarta,!org.operaton.bpm.run:operaton-bpm-run-modules-swaggerui'`.
72+
The `webapps` module requires NodeJS.
73+
You can exclude building them by running `mvn clean install -pl '!webapps,!webapps/assembly,!webapps/assembly-jakarta'`.
7474

7575
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.
7676

0 commit comments

Comments
 (0)