From 871d54620d986eb68d8e4dd58aa38972257665fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=A3=9E?= Date: Wed, 4 Dec 2019 17:57:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lightbatis-core/pom.xml | 108 ++++++++++++++++++++++++++++--- lightbatis-web/.factorypath | 108 +++++++++++++++++++------------ lightbatis-web/pom.xml | 125 +++++++++++++++++++++++++++++++++--- 3 files changed, 282 insertions(+), 59 deletions(-) diff --git a/lightbatis-core/pom.xml b/lightbatis-core/pom.xml index 609cbdf..5851dd6 100644 --- a/lightbatis-core/pom.xml +++ b/lightbatis-core/pom.xml @@ -27,6 +27,10 @@ 4.2.1 3.8.1 4.2.1 + + -Xdoclint:none + true + true @@ -179,15 +183,103 @@ - - releases - maven-public - http://39.107.229.137:7794/repository/maven-releases/ - - snapshots - Nexus Snapshots Repository - http://39.107.229.137:7794/repository/maven-snapshots/ + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + ${javadoc.opts} + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + disable-javadoc-doclint + + [1.8,) + + + + -Xdoclint:none + + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/lightbatis/lightbatis + https://github.com/lightbatis/lightbatis.git + https://github.com/lightbatis + + + + lifei + lifei114@126.com + https://github.com/lightbatis + + \ No newline at end of file diff --git a/lightbatis-web/.factorypath b/lightbatis-web/.factorypath index ae0a937..7ef41a9 100644 --- a/lightbatis-web/.factorypath +++ b/lightbatis-web/.factorypath @@ -1,17 +1,76 @@ - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -21,47 +80,15 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -72,7 +99,6 @@ - diff --git a/lightbatis-web/pom.xml b/lightbatis-web/pom.xml index 044a1a1..d8df5a4 100644 --- a/lightbatis-web/pom.xml +++ b/lightbatis-web/pom.xml @@ -23,6 +23,10 @@ 4.2.1 3.8.1 5.1.3.RELEASE + + -Xdoclint:none + true + true @@ -114,10 +118,10 @@ + org.apache.maven.plugins @@ -130,19 +134,120 @@ - + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + - - releases - maven-public - http://39.107.229.137:7794/repository/maven-releases/ - - snapshots - Nexus Snapshots Repository - http://39.107.229.137:7794/repository/maven-snapshots/ + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + ${javadoc.opts} + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ossrh + https://oss.sonatype.org/ + true + + + + + + + disable-javadoc-doclint + + [1.8,) + + + + -Xdoclint:none + + + + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/lightbatis/lightbatis + https://github.com/lightbatis/lightbatis.git + https://github.com/lightbatis + + + + lifei + lifei114@126.com + https://github.com/lightbatis + + \ No newline at end of file