File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 375
375
<plugin >
376
376
<groupId >org.apache.maven.plugins</groupId >
377
377
<artifactId >maven-surefire-plugin</artifactId >
378
- <version >3.0.0-M3</version >
379
- <configuration >
380
- <argLine >-Xmx1024M ${argLine} </argLine >
381
- </configuration >
378
+ <version >3.0.0-M5</version >
382
379
</plugin >
383
380
<plugin >
384
381
<groupId >org.springframework.boot</groupId >
474
471
</properties >
475
472
<skipExistingHeaders >true</skipExistingHeaders >
476
473
<headerDefinitions >
477
- <headerDefinition >${projectRoot}${file.separator} license-plugin-header-style.xml</headerDefinition >
474
+ <headerDefinition >license-plugin-header-style.xml</headerDefinition >
478
475
</headerDefinitions >
479
476
<mapping >
480
477
<java >SLASHSTAR_CUSTOM_STYLE</java >
540
537
541
538
</plugins >
542
539
</build >
543
- <reporting >
544
- <plugins >
545
- <plugin >
546
- <groupId >org.apache.maven.plugins</groupId >
547
- <artifactId >maven-jxr-plugin</artifactId >
548
- <version >3.0.0</version >
549
- </plugin >
550
- </plugins >
551
- </reporting >
552
-
553
- </project >
540
+ </project >
You can’t perform that action at this time.
0 commit comments