File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 67
67
68
68
<releaseProfiles />
69
69
<arguments />
70
- <argLine >-Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 @{jenkins.addOpens} @{jenkins.insaneHook}</argLine >
70
+ <argLine >-Xms768M -Xmx768M -XX:+HeapDumpOnOutOfMemoryError -XX:+TieredCompilation -XX:TieredStopAtLevel=1 @{jenkins.addOpens} @{jenkins.insaneHook} @{jenkins.javaAgent} </argLine >
71
71
72
72
<access-modifier-checker .version>1.35</access-modifier-checker .version>
73
73
<bridge-method-injector .version>1.31</bridge-method-injector .version>
503
503
</plugins >
504
504
</pluginManagement >
505
505
<plugins >
506
+ <plugin >
507
+ <groupId >org.apache.maven.plugins</groupId >
508
+ <artifactId >maven-dependency-plugin</artifactId >
509
+ <executions >
510
+ <execution >
511
+ <goals >
512
+ <goal >properties</goal >
513
+ </goals >
514
+ </execution >
515
+ </executions >
516
+ </plugin >
517
+ <plugin >
518
+ <groupId >org.apache.maven.plugins</groupId >
519
+ <artifactId >maven-antrun-plugin</artifactId >
520
+ <executions >
521
+ <execution >
522
+ <goals >
523
+ <goal >run</goal >
524
+ </goals >
525
+ <phase >initialize</phase >
526
+ <configuration >
527
+ <target >
528
+ <condition else =" " property =" jenkins.javaAgent" value =" -javaagent:${org.mockito:mockito-core:jar}" >
529
+ <isset property =" org.mockito:mockito-core:jar" />
530
+ </condition >
531
+ </target >
532
+ <exportAntProperties >true</exportAntProperties >
533
+ </configuration >
534
+ </execution >
535
+ </executions >
536
+ </plugin >
506
537
<plugin >
507
538
<artifactId >maven-jar-plugin</artifactId >
508
539
<executions >
You can’t perform that action at this time.
0 commit comments