diff --git a/example/pom.xml b/example/pom.xml index 0d87485..3583ba5 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -26,4 +26,122 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + Releases + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + ${maven.compiler.source} + ${maven.compiler.target} + UTF-8 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.3.2 + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + attach-javadocs + + jar + + + + + UTF-8 + -Xdoclint:none + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + sign-artifacts + verify + + sign + + + + + --pinentry-mode + loopback + + + + + + + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + repo + tencent wemeetrestapi java sdk + + + + scm:git:https://github.com/TencentCloud/wemeet-openapi-sdk-java.git + scm:git:https://github.com/TencentCloud/wemeet-openapi-sdk-java.git + https://github.com/TencentCloud/wemeet-openapi-sdk-java + + + + tencentcloudapi + tencentcloudapi + tencentcloudapi@tencent.com + + + + + Releases + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + Releases + Nexus Snapshot Repository + https://oss.sonatype.org/content/repositories/snapshots + + \ No newline at end of file