Skip to content

Commit 7cc4442

Browse files
author
Vincent Potucek
committed
Extend README.md by runnable default config core-its
1 parent 7872c6d commit 7cc4442

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

its/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Maven Core Integration Tests
2121

2222
<https://maven.apache.org/core-its/>
2323

24+
By default, the project just packages the tests in an artifact. To actually run them, activate the run-its profile:
25+
26+
`
27+
mvn clean test -Prun-its
28+
`
29+
2430
If you want to run the integration tests against a custom build of Maven use the following command:
2531

2632
```

0 commit comments

Comments
 (0)