We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d07dd9 commit 8e16ca0Copy full SHA for 8e16ca0
.github/workflows/jmx.yml
@@ -46,4 +46,5 @@ jobs:
46
- name: Build
47
shell: bash
48
run: |
49
- mvn -U -e -B -ntp -am -pl jmx/jmx-itests clean install
+ mvn -U -e -B -ntp clean install -f testsupport/pom.xml
50
+ mvn -U -e -B -ntp clean install -f jmx/pom.xml
0 commit comments