Skip to content

Commit 5a8a25c

Browse files
committed
Adopt .mvn/maven.config
1 parent c79b880 commit 5a8a25c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
cache: 'maven'
3131

3232
- name: Build with Maven
33-
run: mvn --show-version --no-transfer-progress --fail-at-end --batch-mode -Dstyle.color=always verify
33+
run: mvn verify
3434

3535
- name: Apply OpenRewrite recipes
3636
run: mvn -U org.openrewrite.maven:rewrite-maven-plugin:run -Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-testing-frameworks:RELEASE -Drewrite.activeRecipes=org.openrewrite.java.testing.assertj.Assertj -Drewrite.exportDatatables=true
3737

3838
- name: Verify still works
39-
run: mvn --show-version --no-transfer-progress --fail-at-end --batch-mode -Dstyle.color=always verify
39+
run: mvn verify

.mvn/maven.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
--show-version
2+
--no-transfer-progress
3+
--fail-at-end
4+
--batch-mode
5+
-Dstyle.color=always

0 commit comments

Comments
 (0)