Skip to content

Commit 75955fb

Browse files
Build with Maven 4
1 parent 4fe1f05 commit 75955fb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/maven-verify.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ jobs:
2525
build:
2626
name: Verify
2727
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v4
28+
with:
29+
maven4-enabled: true
2830

src/it/non-changed-artifact/invoker.properties

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18+
# check was removed in MRESOLVER-392
19+
invoker.maven.version = !4+
20+
1821
# install called in two different Maven invocations, otherwise the build would fail with the Jar Plugin (MJAR-198)
1922
invoker.goals.1 = install
2023
invoker.goals.2 = install

0 commit comments

Comments
 (0)