Update surefire and minor improvements
This commit is contained in:
parent
8c7dd72d5a
commit
689cc8b59b
19
pom.xml
19
pom.xml
@ -375,10 +375,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
<version>3.0.0-M3</version>
|
<version>3.0.0-M5</version>
|
||||||
<configuration>
|
|
||||||
<argLine>-Xmx1024M ${argLine}</argLine>
|
|
||||||
</configuration>
|
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
@ -474,7 +471,7 @@
|
|||||||
</properties>
|
</properties>
|
||||||
<skipExistingHeaders>true</skipExistingHeaders>
|
<skipExistingHeaders>true</skipExistingHeaders>
|
||||||
<headerDefinitions>
|
<headerDefinitions>
|
||||||
<headerDefinition>${projectRoot}${file.separator}license-plugin-header-style.xml</headerDefinition>
|
<headerDefinition>license-plugin-header-style.xml</headerDefinition>
|
||||||
</headerDefinitions>
|
</headerDefinitions>
|
||||||
<mapping>
|
<mapping>
|
||||||
<java>SLASHSTAR_CUSTOM_STYLE</java>
|
<java>SLASHSTAR_CUSTOM_STYLE</java>
|
||||||
@ -540,14 +537,4 @@
|
|||||||
|
|
||||||
</plugins>
|
</plugins>
|
||||||
</build>
|
</build>
|
||||||
<reporting>
|
</project>
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-jxr-plugin</artifactId>
|
|
||||||
<version>3.0.0</version>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</reporting>
|
|
||||||
|
|
||||||
</project>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user