diff --git a/.gitignore b/.gitignore index e3f5493..4841f93 100644 --- a/.gitignore +++ b/.gitignore @@ -86,6 +86,7 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar +.flattened-pom.xml # Eclipse m2e generated files # Eclipse Core diff --git a/.idea/encodings.xml b/.idea/encodings.xml index f031880..4879e46 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -1,6 +1,8 @@ + + diff --git a/pom.xml b/pom.xml index 15576c5..c3457f2 100644 --- a/pom.xml +++ b/pom.xml @@ -61,6 +61,38 @@ clean package + + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 + + ${jdk.version} + + + + org.codehaus.mojo + flatten-maven-plugin + 1.5.0 + + true + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + org.apache.maven.plugins maven-toolchains-plugin