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 31ec3f8 commit 7941163Copy full SHA for 7941163
.github/workflows/maven-verify.yml
@@ -25,6 +25,7 @@ jobs:
25
build:
26
name: Verify
27
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28
- with:
29
- maven4-enabled: true
+# still fails
+# with:
30
+# maven4-enabled: true
31
pom.xml
@@ -89,6 +89,8 @@ under the License.
89
<mavenWarPluginVersion>${version.maven-war-plugin}</mavenWarPluginVersion>
90
91
<project.build.outputTimestamp>2025-02-23T17:24:00Z</project.build.outputTimestamp>
92
+
93
+ <version.maven-invoker-plugin>3.9.1</version.maven-invoker-plugin>
94
</properties>
95
96
<dependencies>
0 commit comments