Skip to content

Commit 22b9e73

Browse files
committed
Ground Maven test provider implementation
1 parent fa9ed8d commit 22b9e73

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/NativeExtension.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public void afterProjectsRead(MavenSession session) {
160160
List<String> plugins = List.of("maven-surefire-plugin", "maven-failsafe-plugin");
161161
for (String pluginName : plugins) {
162162
withPlugin(build, pluginName, plugin -> {
163+
// Keep each test provider's selected test IDs isolated. §FS-native-tests.6.
163164
String testIdsDir = testIdsDirectory(target, plugin.getArtifactId());
164165
configureJunitListener(plugin, testIdsDir);
165166
if (agent.isEnabled()) {

native-maven-plugin/src/main/java/org/graalvm/buildtools/maven/NativeIntegrationTestMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
import org.apache.maven.plugins.annotations.ResolutionScope;
4747

4848
/**
49-
* This goal builds and runs native integration tests.
49+
* This goal builds and runs native integration tests. §FS-native-tests.6.
5050
*
5151
* @author Jonathan Knight
5252
*/

0 commit comments

Comments
 (0)