Commit ff25545 1 parent fb80e85 commit ff25545 Copy full SHA for ff25545
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 95
95
</dependencies >
96
96
</profile >
97
97
</profiles >
98
- </project >
99
98
99
+ <build >
100
+ <plugins >
101
+ <plugin >
102
+ <groupId >org.apache.maven.plugins</groupId >
103
+ <artifactId >maven-surefire-plugin</artifactId >
104
+ <configuration >
105
+ <argLine >-Djdk.attach.allowAttachSelf=true</argLine >
106
+ </configuration >
107
+ </plugin >
108
+ </plugins >
109
+ </build >
110
+ </project >
Original file line number Diff line number Diff line change 114
114
<scope >test</scope >
115
115
</dependency >
116
116
</dependencies >
117
+
118
+ <build >
119
+ <plugins >
120
+ <plugin >
121
+ <groupId >org.apache.maven.plugins</groupId >
122
+ <artifactId >maven-surefire-plugin</artifactId >
123
+ <configuration >
124
+ <argLine >-Djdk.attach.allowAttachSelf=true</argLine >
125
+ </configuration >
126
+ </plugin >
127
+ </plugins >
128
+ </build >
117
129
</project >
You can’t perform that action at this time.
0 commit comments