Skip to content

Commit c2fbaf9

Browse files
authored
Do not suggest to rely on prior mvn install
1 parent 38927e6 commit c2fbaf9

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@ If needed, add packages to `Import-Package` or `Require-Bundle`.
9999
# Run all tests
100100
mvn clean verify
101101

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).
102+
# Run specific test class (append `#testMethodName` for a single test)
106103
mvn verify -pl :THE_BUNDLE_WITH_THE_ACTUAL_TEST -am -Dtest=ClassName
107104
```
108105

0 commit comments

Comments
 (0)