We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb539a commit f92ae8bCopy full SHA for f92ae8b
.github/workflows/main.yml
@@ -39,11 +39,11 @@ jobs:
39
- name: Extract version number
40
id: extract-version
41
run: |
42
- VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout -f source/java/pom.xml)
+ VERSION=$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)
43
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
44
45
- name: Build extension
46
- run: ant -buildfile build.xml
+ run: mvn -B -e -f pom.xml clean install -Dgoal=install
47
48
- name: Upload Artifact
49
uses: actions/upload-artifact@v4
0 commit comments