代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jbooster</groupId>
<artifactId>jbooster-build</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<artifactId>jbooster-commons</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>JBooster Commons Parent</name>
<url>https://projects.jbooster.io/jbooster/</url>
<scm>
<url>https://gitlab.com/jbooster/jbooster-commons</url>
<connection>scm:git:git://gitlab.com/jbooster/jbooster-commons.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jbooster/jbooster-commons.git</developerConnection>
<tag>HEAD</tag>
</scm>
<modules>
<module>jbooster-common-dependencies</module>
<module>jbooster-common-autoconfigure</module>
<module>jbooster-common-boot</module>
<module>jbooster-common-loggings</module>
<module>jbooster-common-core</module>
<module>jbooster-common-validator</module>
<module>jbooster-common-domain</module>
<module>jbooster-common-datas</module>
<module>jbooster-common-jackson</module>
<module>jbooster-common-web</module>
<module>jbooster-common-clients</module>
<module>jbooster-common-text</module>
<module>jbooster-common-math</module>
<module>jbooster-common-metrics</module>
<module>jbooster-common-templates</module>
<module>jbooster-common-webmvc</module>
<module>jbooster-common-netflix</module>
<module>jbooster-common-rocketmq</module>
</modules>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<!--生成source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<!--生成javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
<inherited>true</inherited>
</execution>
</executions>
<configuration>
<aggregate>true</aggregate>
<charset>${project.build.sourceEncoding}</charset>
<encoding>${project.build.sourceEncoding}</encoding>
<docencoding>${project.build.sourceEncoding}</docencoding>
<quiet>true</quiet>
<additionalparam>-Xdoclint:none</additionalparam>
<tags>
<tag>
<name>apiNote</name>
<placement>a</placement>
<head>标注</head>
</tag>
</tags>
</configuration>
</plugin>
</plugins>
</build>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jbooster</groupId>
<artifactId>jbooster-common-dependencies</artifactId>
<version>1.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。