We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mvn install
1 parent 38927e6 commit c2fbaf9Copy full SHA for c2fbaf9
1 file changed
AGENTS.md
@@ -99,10 +99,7 @@ If needed, add packages to `Import-Package` or `Require-Bundle`.
99
# Run all tests
100
mvn clean verify
101
102
-# Run specific test class (requires prior `mvn install` to build dependencies)
103
-mvn verify -pl :THE_BUNDLE_WITH_THE_ACTUAL_TEST -Dtest=ClassName
104
-
105
-# Run specific test class without prior `mvn install` (uses -am to build dependencies inline).
+# Run specific test class (append `#testMethodName` for a single test)
106
mvn verify -pl :THE_BUNDLE_WITH_THE_ACTUAL_TEST -am -Dtest=ClassName
107
```
108
0 commit comments