You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,8 @@ An entire repository can then be built by running `mvn clean install` in the roo
111
111
This will build all sub modules and execute unit tests.
112
112
Furthermore, you can restrict the build to just the module you are changing by running the same command in the corresponding directory.
113
113
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'`.
116
116
117
117
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.
0 commit comments