From 92ae7610d3af4e9a4785b4009a86e852b462f3d0 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 31 Dec 2021 17:45:51 +0800 Subject: [PATCH] fix maven compiler plugin release flag --- stax-ex/pom.xml | 121 +++++++++--------------------------------------- 1 file changed, 21 insertions(+), 100 deletions(-) diff --git a/stax-ex/pom.xml b/stax-ex/pom.xml index 7d59984..b6a91ac 100644 --- a/stax-ex/pom.xml +++ b/stax-ex/pom.xml @@ -127,30 +127,11 @@ maven-jar-plugin 3.1.0 - - maven-deploy-plugin - 2.8.2 - - - org.codehaus.mojo - findbugs-maven-plugin - 3.0.5 - - - org.glassfish.copyright - glassfish-copyright-maven-plugin - 1.49 - org.codehaus.mojo cobertura-maven-plugin 2.7 - - org.codehaus.mojo - buildnumber-maven-plugin - 1.4 - org.apache.felix maven-bundle-plugin @@ -190,7 +171,9 @@ default-compile - 9 + 1.7 + 1.7 + UTF-8 @@ -200,60 +183,33 @@ compile - 7 - - module-info.java - + 1.7 + 1.7 + UTF-8 - 7 + 1.7 + 1.7 + UTF-8 org.apache.maven.plugins maven-javadoc-plugin - - -Xdoclint:none - - - - org.codehaus.mojo - findbugs-maven-plugin - - ${findbugs.skip} - ${findbugs.threshold} - true - - exclude-common.xml,${findbugs.exclude} - - true - -Xms64m -Xmx256m - - - - org.glassfish.findbugs - findbugs - 1.7 - - - - - org.glassfish.copyright - glassfish-copyright-maven-plugin - - ${project.basedir}/copyright.txt - ${project.basedir}/copyright-exclude - - true - - true - - false - - false - + + + attach-javadocs + package + + jar + + + -Xdoclint:none + + + org.codehaus.mojo @@ -269,34 +225,6 @@ - - org.codehaus.mojo - buildnumber-maven-plugin - - true - {0,date,yyyy-MM-dd'T'HH:mm:ssZ} - - javasvn - - true - false - - - - validate - - create - - - - - - org.tmatesoft.svnkit - svnkit - 1.7.4-v1 - - - maven-jar-plugin @@ -324,13 +252,6 @@ - - org.apache.maven.plugins - maven-deploy-plugin - - 10 - - -- 2.30.0