From 5b24c767bb3dbd4fd38dfa55c8c10f6babf12ff2 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 9 Nov 2018 20:45:29 +0800 Subject: [PATCH] compiler --- pom.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/pom.xml b/pom.xml index 9b32529..63f3276 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,47 @@ + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + ${java.version.source} + ${java.version.target} + ${java.compiler.argument} + ${java.specification.version} + ${java.specification.version} + ${java.test.compiler.argument} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-javadoc-plugin + + + org.apache.maven.plugins + maven-gpg-plugin + + + landlords-client