4.0.0 {{groupId}} {{artifactId}} {{version}} {{packaging}} {{name}} {{description}} {{mavenParentGroupId}} {{mavenParentArtifactId}} {{mavenParentVersion}} {{#buildPropertiesMaven}} <{{key}}>{{#value}}{{.}}{{/value}} {{/buildPropertiesMaven}} {{#buildPropertiesVersions}} <{{key}}>{{#value}}{{.}}{{/value}} {{/buildPropertiesVersions}} {{#compileDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} {{#type}} {{type}} {{/type}} {{/compileDependencies}} {{#groovy}} org.codehaus.groovy groovy {{/groovy}} {{#kotlin}} org.jetbrains.kotlin {{kotlinStdlibArtifactId}} {{^kotlinSupport}} ${kotlin.version} {{/kotlinSupport}} org.jetbrains.kotlin kotlin-reflect {{^kotlinSupport}} ${kotlin.version} {{/kotlinSupport}} {{/kotlin}} {{#runtimeDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} runtime {{#type}} {{type}} {{/type}} {{/runtimeDependencies}} {{#compileOnlyDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} true {{#type}} {{type}} {{/type}} {{/compileOnlyDependencies}} {{#annotationProcessorDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} true {{#type}} {{type}} {{/type}} {{/annotationProcessorDependencies}} {{#providedDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} provided {{#type}} {{type}} {{/type}} {{/providedDependencies}} org.springframework.boot spring-boot-starter-test test {{#testDependencies}} {{groupId}} {{artifactId}} {{#version}} {{version}} {{/version}} test {{#type}} {{type}} {{/type}} {{/testDependencies}} {{#hasBoms}} {{#resolvedBoms}} {{groupId}} {{artifactId}} {{versionToken}} pom import {{/resolvedBoms}} {{/hasBoms}} {{#kotlin}} ${project.basedir}/src/main/kotlin ${project.basedir}/src/test/kotlin {{/kotlin}} org.springframework.boot spring-boot-maven-plugin {{#groovy}} org.codehaus.gmavenplus gmavenplus-plugin 1.5 addSources addTestSources generateStubs compile testGenerateStubs testCompile removeStubs removeTestStubs {{/groovy}} {{#kotlin}} kotlin-maven-plugin org.jetbrains.kotlin {{^kotlinSupport}} ${kotlin.version} {{/kotlinSupport}} -Xjsr305=strict spring {{#jpaFacet}} jpa {{/jpaFacet}} {{^kotlinSupport}} {{#java8OrLater}} 1.8 {{/java8OrLater}} {{/kotlinSupport}} {{^kotlinSupport}} compile compile compile test-compile test-compile test-compile {{/kotlinSupport}} org.jetbrains.kotlin kotlin-maven-allopen ${kotlin.version} {{/kotlin}} {{#hasRepositories}} {{#repositoryValues}} {{key}} {{value.name}} {{value.url}} {{value.snapshotsEnabled}} {{/repositoryValues}} {{/hasRepositories}} {{^isRelease}} spring-snapshots Spring Snapshots https://repo.spring.io/snapshot true spring-milestones Spring Milestones https://repo.spring.io/milestone false {{/isRelease}}