dubbo-api-docs
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-api-docs</artifactId> <version>2.7.8.3</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>19</version> <relativePath></relativePath> </parent> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-api-docs</artifactId> <version>2.7.8.3</version> <packaging>pom</packaging> <name>${project.artifactId}</name> <description>Dubbo interface documentation, testing tools</description> <url>https://github.com/apache/dubbo</url> <inceptionYear>2020</inceptionYear> <organization> <name>The Apache Software Foundation</name> <url>http://www.apache.org/</url> </organization> <licenses> <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>dubbo.io</id> <name>The Dubbo Project Contributors</name> <email>dev-subscribe@dubbo.apache.org</email> <url>http://dubbo.apache.org/</url> </developer> </developers> <mailingLists> <mailingList> <name>Development List</name> <subscribe>dev-subscribe@dubbo.apache.org</subscribe> <unsubscribe>dev-unsubscribe@dubbo.apache.org</unsubscribe> <post>dev@dubbo.apache.org</post> </mailingList> <mailingList> <name>Commits List</name> <subscribe>commits-subscribe@dubbo.apache.org</subscribe> <unsubscribe>commits-unsubscribe@dubbo.apache.org</unsubscribe> <post>commits@dubbo.apache.org</post> </mailingList> <mailingList> <name>Issues List</name> <subscribe>issues-subscribe@dubbo.apache.org</subscribe> <unsubscribe>issues-unsubscribe@dubbo.apache.org</unsubscribe> <post>issues@dubbo.apache.org</post> </mailingList> </mailingLists> <modules> <module>dubbo-api-docs-annotations</module> <module>dubbo-api-docs-core</module> <module>dubbo-api-docs-examples</module> </modules> <scm> <connection>scm:git:https://github.com/apache/dubbo-spi-extensions.git</connection> <developerConnection>scm:git:https://github.com/apache/dubbo-spi-extensions.git</developerConnection> <url>https://github.com/apache/dubbo</url> </scm> <issueManagement> <system>Github Issues</system> <url>https://github.com/apache/dubbo-spi-extensions/issues</url> </issueManagement> <properties> <maven-flatten-version>1.1.0</maven-flatten-version> <nacos.version>1.4.0</nacos.version> <spring-boot.version>2.3.4.RELEASE</spring-boot.version> <disruptor.version>3.4.2</disruptor.version> <commons-beanutils.version>1.9.4</commons-beanutils.version> <spring-cloud.version>Hoxton.SR8</spring-cloud.version> <project.build.jdkVersion>1.8</project.build.jdkVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <dubbo.version>2.7.8</dubbo.version> <revision>2.7.8.3</revision> <skip_maven_deploy>false</skip_maven_deploy> <spring-cloud-alibaba-dependencies.version>2.2.3.RELEASE</spring-cloud-alibaba-dependencies.version> <argLine>-Dfile.encoding=UTF-8</argLine> <springfox.version>3.0.0</springfox.version> <commons-collections.version>4.2</commons-collections.version> <maven-checkstyle-plugin-version>3.0.0</maven-checkstyle-plugin-version> </properties> <dependencyManagement> <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>${spring-boot.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-parent</artifactId> <version>${dubbo.version}</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-api-docs-annotations</artifactId> <version>2.7.8.3</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-api-docs-core</artifactId> <version>2.7.8.3</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-nacos</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-consul</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-default</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-etcd3</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-multicast</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-multiple</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-redis</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-sofa</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-registry-zookeeper</artifactId> <version>${dubbo.version}</version> </dependency> <dependency> <groupId>org.apache.dubbo</groupId> <artifactId>dubbo-spring-boot-starter</artifactId> <version>${dubbo.version}</version> </dependency> </dependencies> </dependencyManagement> <build> <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>${maven-checkstyle-plugin-version}</version> <executions> <execution> <id>checkstyle-validation</id> <phase>validate</phase> <goals> <goal>check</goal> </goals> <configuration> <configLocation>codestyle/checkstyle.xml</configLocation> <encoding>UTF-8</encoding> <consoleOutput>true</consoleOutput> <failOnViolation>true</failOnViolation> </configuration> </execution> </executions> <dependencies> <dependency> <groupId>com.puppycrawl.tools</groupId> <artifactId>checkstyle</artifactId> <version>8.18</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> <version>0.12</version> <executions> <execution> <id>verify.rat</id> <phase>verify</phase> <goals> <goal>check</goal> </goals> <configuration> <excludes> <exclude>**/.idea/</exclude> <exclude>**/*.iml</exclude> <exclude>**/*.txt</exclude> <exclude>**/*.sh</exclude> <exclude>**/*.bat</exclude> <exclude>**/*.md</exclude> <exclude>.git/</exclude> <exclude>**/*.git*</exclude> <exclude>.gitignore</exclude> <exclude>**/.settings/*</exclude> <exclude>**/.classpath</exclude> <exclude>**/*.properties</exclude> <exclude>**/.project</exclude> <exclude>**/target/**</exclude> <exclude>**/*.log</exclude> <exclude>.codecov.yml</exclude> <exclude>.travis.yml</exclude> <exclude>**/codestyle/*</exclude> <exclude>**/node_modules/**</exclude> <exclude>**/.babelrc</exclude> <exclude>**/.editorconfig</exclude> <exclude>**/package-lock.json</exclude> <exclude>**/package.json</exclude> <exclude>**/OpenSans.css</exclude> <exclude>**/.eslintignore</exclude> <exclude>**/.browserslistrc</exclude> <exclude>**/resources/META-INF/**</exclude> <exclude>**/src/main/resources/public/**</exclude> <exclude>**/src/licenses/**</exclude> <exclude>.github/**</exclude> <exclude>**/assets/**</exclude> <exclude>**/yarn.lock</exclude> <exclude>**/node/**</exclude> </excludes> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>flatten-maven-plugin</artifactId> <version>${maven-flatten-version}</version> <executions> <execution> <id>flatten</id> <phase>process-resources</phase> <goals> <goal>flatten</goal> </goals> </execution> <execution> <id>flatten.clean</id> <phase>clean</phase> <goals> <goal>clean</goal> </goals> </execution> </executions> <configuration> <updatePomFile>true</updatePomFile> <flattenMode>resolveCiFriendliesOnly</flattenMode> <pomElements> <dependencies>expand</dependencies> </pomElements> </configuration> </plugin> <plugin> <artifactId>maven-compiler-plugin</artifactId> <configuration> <source>${project.build.jdkVersion}</source> <target>${project.build.jdkVersion}</target> <encoding>${project.build.sourceEncoding}</encoding> <compilerArguments> <verbose /> </compilerArguments> </configuration> </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> <configuration> <encoding>${project.build.sourceEncoding}</encoding> </configuration> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> <version>2.8.2</version> <configuration> <skip>${skip_maven_deploy}</skip> </configuration> </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration></configuration> </plugin> <plugin> <artifactId>maven-source-plugin</artifactId> <version>2.2.1</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar-no-fork</goal> </goals> </execution> </executions> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> <version>2.9.1</version> <executions> <execution> <phase>package</phase> <goals> <goal>jar</goal> </goals> </execution> </executions> <configuration> <show>private</show> <nohelp>true</nohelp> <charset>UTF-8</charset> <encoding>UTF-8</encoding> <docencoding>UTF-8</docencoding> <additionalparam>-Xdoclint:none</additionalparam> </configuration> </plugin> </plugins> </build> <profiles> <profile> <id>release</id> <build> <plugins> <plugin> <artifactId>maven-gpg-plugin</artifactId> <version>1.6</version> <executions> <execution> <phase>verify</phase> <goals> <goal>sign</goal> </goals> <configuration> <gpgArguments> <arg>--digest-algo=SHA512</arg> </gpgArguments> </configuration> </execution> </executions> <configuration> <gpgArguments> <arg>--digest-algo=SHA512</arg> </gpgArguments> </configuration> </plugin> </plugins> </build> </profile> </profiles> </project>