Skip to content

Commit ad0e84c

Browse files
committed
Add changelog entry for running integration tests with failsafe plugin
1 parent 05d7e00 commit ad0e84c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/src/docs/asciidoc/changelog.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ This version introduces a breaking change: the plugin now requires Java 17 to ru
99

1010
- Added experimental support for layered images
1111

12+
=== Maven plugin
13+
14+
- Added support for running integration tests via maven-failsafe-plugin
15+
1216
== Release 0.10.6
1317

1418
=== Gradle plugin

native-maven-plugin/src/functionalTest/groovy/org/graalvm/buildtools/maven/IntegrationTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class IntegrationTest extends AbstractGraalVMMavenFunctionalTest {
55
withSample("integration-test")
66

77
when:
8-
mvn'-Pnative', 'verify'
8+
mvn '-Pnative', 'verify'
99

1010
then:
1111
buildSucceeded

0 commit comments

Comments
 (0)