We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
core-its
1 parent 7872c6d commit 7cc4442Copy full SHA for 7cc4442
its/README.md
@@ -21,6 +21,12 @@ Maven Core Integration Tests
21
22
<https://maven.apache.org/core-its/>
23
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
30
If you want to run the integration tests against a custom build of Maven use the following command:
31
32
```
0 commit comments