diff --git a/initializr-parent/pom.xml b/initializr-parent/pom.xml index 337ffb07..6cd7ae39 100644 --- a/initializr-parent/pom.xml +++ b/initializr-parent/pom.xml @@ -23,7 +23,6 @@ 1.3.3 2.1.7.RELEASE 2.1.1.RELEASE - 0.0.15 @@ -96,55 +95,7 @@ - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-javaformat.version} - - - validate - - ${disable.checks} - - - validate - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.1.0 - - - com.puppycrawl.tools - checkstyle - 8.22 - - - io.spring.javaformat - spring-javaformat-checkstyle - ${spring-javaformat.version} - - - - - checkstyle-validation - validate - - ${disable.checks} - src/checkstyle/checkstyle.xml - src/checkstyle/checkstyle-suppressions.xml - true - main.basedir=${main.basedir} - - - check - - - - + org.codehaus.mojo flatten-maven-plugin diff --git a/pom.xml b/pom.xml index b6384d2f..ec827562 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,70 @@ + + default + + + !disable-initializr-default-profile + + + + 0.0.15 + + + + + io.spring.javaformat + spring-javaformat-maven-plugin + ${spring-javaformat.version} + + + validate + + ${disable.checks} + + + validate + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.1.0 + + + com.puppycrawl.tools + checkstyle + 8.22 + + + io.spring.javaformat + spring-javaformat-checkstyle + ${spring-javaformat.version} + + + + + checkstyle-validation + validate + + ${disable.checks} + src/checkstyle/checkstyle.xml + src/checkstyle/checkstyle-suppressions.xml + true + main.basedir=${main.basedir} + + + check + + + + + + + m2e