From 03e3e62dcd25feac2ed54a63eb2f579011b2e843 Mon Sep 17 00:00:00 2001 From: godotg Date: Wed, 13 Sep 2023 00:48:04 +0800 Subject: [PATCH] chore[maven]: maven repository --- boot/pom.xml | 16 +++++++ event/pom.xml | 16 ++++++- hotswap/pom.xml | 16 +++++++ monitor/pom.xml | 16 +++++++ net/pom.xml | 17 +++++++- orm/pom.xml | 16 +++++++ pom.xml | 108 ++++++++++++++++++++++++++++++++++++++++++++++ protocol/pom.xml | 16 +++++++ scheduler/pom.xml | 16 +++++++ storage/pom.xml | 17 +++++++- 10 files changed, 251 insertions(+), 3 deletions(-) diff --git a/boot/pom.xml b/boot/pom.xml index ade91cfd..4b9a81bc 100644 --- a/boot/pom.xml +++ b/boot/pom.xml @@ -183,7 +183,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/event/pom.xml b/event/pom.xml index c1800bd0..b96202ba 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -152,8 +152,22 @@ ${maven-jar-plugin.version} + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + - + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/hotswap/pom.xml b/hotswap/pom.xml index 86ec186b..85f49d28 100644 --- a/hotswap/pom.xml +++ b/hotswap/pom.xml @@ -162,7 +162,23 @@ + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/monitor/pom.xml b/monitor/pom.xml index 84d9d33e..6d0675d6 100644 --- a/monitor/pom.xml +++ b/monitor/pom.xml @@ -156,7 +156,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/net/pom.xml b/net/pom.xml index 2c4b991c..125a06e4 100644 --- a/net/pom.xml +++ b/net/pom.xml @@ -215,8 +215,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + - + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/orm/pom.xml b/orm/pom.xml index 61104a05..3eb1989a 100644 --- a/orm/pom.xml +++ b/orm/pom.xml @@ -170,7 +170,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/pom.xml b/pom.xml index 3e5065ba..ba7da8aa 100644 --- a/pom.xml +++ b/pom.xml @@ -11,15 +11,117 @@ pom + zfoo The root project of zfoo https://github.com/zfoo-project/zfoo 2016 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + jaysunxiao + jaysunxiao@gmail.com + https://github.com/godotg + + + The zfoo Authors https://github.com/zfoo-project/zfoo + + https://github.com/zfoo-project/zfoo.git + scm:git:ssh://git@github.com:zfoo-project/zfoo.git + https://github.com/zfoo-project/zfoo + + + + + ossrh + + true + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.13 + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + org.apache.maven.plugins + maven-source-plugin + 3.3.0 + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.5.0 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + boot @@ -85,6 +187,12 @@ maven-clean-plugin ${maven-clean-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + diff --git a/protocol/pom.xml b/protocol/pom.xml index c0ad309c..ac69a718 100644 --- a/protocol/pom.xml +++ b/protocol/pom.xml @@ -214,7 +214,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/scheduler/pom.xml b/scheduler/pom.xml index d14bfc54..8944ac3f 100644 --- a/scheduler/pom.xml +++ b/scheduler/pom.xml @@ -151,7 +151,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + + diff --git a/storage/pom.xml b/storage/pom.xml index 0a440f88..aeb6be92 100644 --- a/storage/pom.xml +++ b/storage/pom.xml @@ -183,8 +183,23 @@ maven-jar-plugin ${maven-jar-plugin.version} + + + org.apache.maven.plugins + maven-deploy-plugin + 3.1.1 + - + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/ + +