This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch fix-jmx-builds in repository https://gitbox.apache.org/repos/asf/aries.git
commit 88f75f52bb53f6b6ce45f2389fd2325bac36a5ac Author: Dominik Przybysz <[email protected]> AuthorDate: Mon Jan 13 23:32:47 2025 +0100 [MAINTENANCE] Simplify jmx workflow --- .github/workflows/jmx.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/jmx.yml b/.github/workflows/jmx.yml index b9b42d940..c5c277c7a 100644 --- a/.github/workflows/jmx.yml +++ b/.github/workflows/jmx.yml @@ -46,4 +46,5 @@ jobs: - name: Build shell: bash run: | - mvn -U -e -B -ntp -am -pl jmx/jmx-itests clean install + mvn -U -e -B -ntp clean install -f testsupport/pom.xml + mvn -U -e -B -ntp clean install -f jmx/pom.xml
