Commit d749fbc
authored
Remove duplicate integration test version output (#11360)
The TestSuiteOrdering static block was printing Maven version information
every time the class was loaded, which happened multiple times:
- Once from the outer Maven process (showing incorrect version)
- Multiple times from forked JVMs (showing correct but redundant version)
This change removes the console output while preserving essential functionality:
- Still clears system properties for test isolation
- Still sets maven.version system property (needed by some tests)
- Still writes version info to target/info.txt for debugging
Fixes the confusing duplicate output during integration test execution.1 parent 6fed665 commit d749fbc
File tree
1 file changed
+1
-10
lines changed- its/core-it-suite/src/test/java/org/apache/maven/it
1 file changed
+1
-10
lines changedLines changed: 1 addition & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | 27 | | |
30 | 28 | | |
31 | 29 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| 61 | + | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 64 | | |
73 | 65 | | |
74 | 66 | | |
75 | | - | |
76 | 67 | | |
77 | 68 | | |
78 | 69 | | |
| |||
0 commit comments