Skip to content

Commit 689cc8b

Browse files
committed
Update surefire and minor improvements
1 parent 8c7dd72 commit 689cc8b

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

pom.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -375,10 +375,7 @@
375375
<plugin>
376376
<groupId>org.apache.maven.plugins</groupId>
377377
<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>
382379
</plugin>
383380
<plugin>
384381
<groupId>org.springframework.boot</groupId>
@@ -474,7 +471,7 @@
474471
</properties>
475472
<skipExistingHeaders>true</skipExistingHeaders>
476473
<headerDefinitions>
477-
<headerDefinition>${projectRoot}${file.separator}license-plugin-header-style.xml</headerDefinition>
474+
<headerDefinition>license-plugin-header-style.xml</headerDefinition>
478475
</headerDefinitions>
479476
<mapping>
480477
<java>SLASHSTAR_CUSTOM_STYLE</java>
@@ -540,14 +537,4 @@
540537

541538
</plugins>
542539
</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>

0 commit comments

Comments
 (0)