|
|
|
@ -26,7 +26,7 @@ |
|
|
|
<aether.version>1.0.2.v20150114</aether.version> |
|
|
|
<aether.version>1.0.2.v20150114</aether.version> |
|
|
|
<maven.version>3.1.1</maven.version> |
|
|
|
<maven.version>3.1.1</maven.version> |
|
|
|
<spock.version>1.0-groovy-2.4</spock.version> |
|
|
|
<spock.version>1.0-groovy-2.4</spock.version> |
|
|
|
<spring-javaformat.version>0.0.1</spring-javaformat.version> |
|
|
|
<spring-javaformat.version>0.0.2</spring-javaformat.version> |
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
<scm> |
|
|
|
<scm> |
|
|
|
<url>http://github.com/spring-projects/spring-boot</url> |
|
|
|
<url>http://github.com/spring-projects/spring-boot</url> |
|
|
|
@ -578,11 +578,6 @@ |
|
|
|
<groupId>io.spring.javaformat</groupId> |
|
|
|
<groupId>io.spring.javaformat</groupId> |
|
|
|
<artifactId>spring-javaformat-maven-plugin</artifactId> |
|
|
|
<artifactId>spring-javaformat-maven-plugin</artifactId> |
|
|
|
<version>${spring-javaformat.version}</version> |
|
|
|
<version>${spring-javaformat.version}</version> |
|
|
|
<configuration> |
|
|
|
|
|
|
|
<excludes> |
|
|
|
|
|
|
|
<exclude>**/HelpMojo.java</exclude> |
|
|
|
|
|
|
|
</excludes> |
|
|
|
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
<executions> |
|
|
|
<executions> |
|
|
|
<execution> |
|
|
|
<execution> |
|
|
|
<phase>validate</phase> |
|
|
|
<phase>validate</phase> |
|
|
|
|