diff --git a/pom.xml b/pom.xml index 2b5813a8..61a685d5 100644 --- a/pom.xml +++ b/pom.xml @@ -1,3 +1,20 @@ + @@ -9,6 +26,7 @@ pom Maven Daemon - Parent + 2019 UTF-8 @@ -31,6 +49,7 @@ 3.8.1 + 3.0 1.2.0 3.0.0-M4 1.13.9 @@ -176,6 +195,44 @@ + + com.mycila + license-maven-plugin + ${license-maven-plugin.version} + + Copyright ${project.inceptionYear} the original author or authors. + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. + + **/*.adoc + **/README.* + **/.gitkeep + .gitattributes/ + .mvn/maven.config + .mvn/wrapper/ + LICENSE.txt + NOTICE.txt + mvnw + mvnw.cmd + pom.xml.versionsBackup + + + SLASHSTAR_STYLE + SLASHSTAR_STYLE + + true + + io.takari.maven.plugins provisio-maven-plugin @@ -213,6 +270,21 @@ + + + + com.mycila + license-maven-plugin + + + process-sources + + format + + + + +