Skip to content

Commit

Permalink
chore(.ci/config): Remove Swagger References
Browse files Browse the repository at this point in the history
- stage types
- CONTRIBUTING.md

Related-to: #4467
  • Loading branch information
psavidis authored Aug 14, 2024
1 parent d5c3a72 commit 233c982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .ci/config/stage-types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ platform-jdk-openjdk-jdk-11-latest:
!spring-boot-starter/starter-qa/integration-test-webapp,!spring-boot-starter/starter-qa/integration-test-webapp/invoice-example,
!spring-boot-starter/starter-qa/integration-test-webapp/runtime,
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
!distro/run/modules/rest,!distro/run/modules/swaggerui,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
-Pdistro,distro-ce,distro-wildfly'
stash:
Expand Down Expand Up @@ -196,7 +196,7 @@ platform-jdk-jdk-11-latest:
!spring-boot-starter/starter-qa/integration-test-webapp,!spring-boot-starter/starter-qa/integration-test-webapp/invoice-example,
!spring-boot-starter/starter-qa/integration-test-webapp/runtime,
!distro/run,!distro/run/assembly,!distro/run/core,!distro/run/distro,!distro/run/modules,!distro/run/modules/example,
!distro/run/modules/rest,!distro/run/modules/swaggerui,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/modules/rest,!distro/run/modules/webapps,!distro/run/qa,!distro/run/qa/integration-tests,
!distro/run/qa/runtime,!distro/run/qa/example-plugin''
-Pdistro,distro-ce,distro-wildfly'
stash:
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ An entire repository can then be built by running `mvn clean install` in the roo
This will build all sub modules and execute unit tests.
Furthermore, you can restrict the build to just the module you are changing by running the same command in the corresponding directory.
Check the repository's or module's README for additional module-specific instructions.
The `webapps` and `swagger-ui` modules requires NodeJS.
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'`.
The `webapps` module requires NodeJS.
You can exclude building them by running `mvn clean install -pl '!webapps,!webapps/assembly,!webapps/assembly-jakarta'`.

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.

Expand Down

0 comments on commit 233c982

Please sign in to comment.