File tree Expand file tree Collapse file tree
kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 173173 -Dkura.data=${kura.workdir} /data
174174 -Dkura.snapshots=${kura.workdir} /user/snapshots
175175 -Dlog4j.configurationFile=file:${kura.workdir} /log4j/log4j.xml
176- -javaagent:${settings.localRepository} /org/mockito/mockito-core/5.21.0/
176+ -javaagent:${settings.localRepository} /org/mockito/mockito-core/5.21.0/mockito-core-5.21.0.jar
177177 </argLine >
178178 <!--
179179 uncomment for gogo shell, usage: telnet localhost 5002
211211 <configuration >
212212 <argLine >
213213 ${tycho.testArgLine}
214- -javaagent:${settings.localRepository} /org/mockito/mockito-core/5.21.0/
214+ -javaagent:${settings.localRepository} /org/mockito/mockito-core/5.21.0/mockito-core-5.21.0.jar
215215 </argLine >
216216 </configuration >
217217 </execution >
You can’t perform that action at this time.
0 commit comments