dc-infra-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.developcollect</groupId>
<artifactId>dc-infra-parent</artifactId>
<version>1.1.1</version>
</dependency><?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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<groupId>com.developcollect</groupId>
<artifactId>dc-infra-parent</artifactId>
<version>1.1.1</version>
<name>dc-infra</name>
<description>dc-infra是一系列工具包集合</description>
<url>https://github.com/developcollect/dc-infra-parent</url>
<modules>
<module>dc-infra-core</module>
<module>dc-infra-extra</module>
<module>dc-infra-authorization</module>
<module>dc-infra-spring</module>
<module>dc-infra-web</module>
</modules>
<properties>
<project.build.sourceEncoding>utf-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>utf-8</project.reporting.outputEncoding>
<encoding>UTF-8</encoding>
<!-- versions -->
<compile.version>8</compile.version>
<junit.version>4.13.1</junit.version>
<lombok.version>1.18.16</lombok.version>
<hutool-all.version>5.6.3</hutool-all.version>
<alipay-sdk-java.version>4.8.10.ALL</alipay-sdk-java.version>
<httpclient.version>4.5.11</httpclient.version>
<fastjson.version>1.2.71</fastjson.version>
<xstream.version>1.4.10</xstream.version>
<spring-boot-starter-web.version>2.3.2.RELEASE</spring-boot-starter-web.version>
<zxing.version>3.3.0</zxing.version>
<logback-classic.version>1.2.3</logback-classic.version>
<jul-to-slf4j.version>1.7.30</jul-to-slf4j.version>
<log4j-to-slf4j.version>2.13.3</log4j-to-slf4j.version>
<selenium-java.version>3.141.59</selenium-java.version>
<cglib.version>3.3.0</cglib.version>
<spring-boot.version>2.3.2.RELEASE</spring-boot.version>
<servlet.version>4.0.1</servlet.version>
<cglib.version>3.3.0</cglib.version>
<selenium-java.version>3.141.59</selenium-java.version>
<zxing.version>3.4.1</zxing.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>${hutool-all.version}</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<version>${cglib.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.71</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>${selenium-java.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>byte-buddy</artifactId>
<groupId>net.bytebuddy</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>${xstream.version}</version>
</dependency>
<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>${zxing.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<!-- 全局单元测试 -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<issueManagement>
<system>Github Issue</system>
<url>https://github.com/developcollect/dc-infra-parent/issues</url>
</issueManagement>
<licenses>
<license>
<name>Mulan Permissive Software License,Version 1</name>
<url>http://license.coscl.org.cn/MulanPSL</url>
</license>
</licenses>
<developers>
<developer>
<name>zak</name>
<email>lanjingl@outlook.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/developcollect/dc-infra-parent.git</connection>
<developerConnection>https://github.com/developcollect/dc-infra-parent.git</developerConnection>
<url>https://github.com/developcollect/dc-infra-parent</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<source>${compile.version}</source>
<target>${compile.version}</target>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
<build>
<plugins>
<!-- Javadoc -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<configuration>
<encoding>${encoding}</encoding>
<charset>${encoding}</charset>
<docencoding>${encoding}</docencoding>
</configuration>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<additionalOptions>-Xdoclint:none</additionalOptions>
</configuration>
</execution>
</executions>
</plugin>
<!-- Source -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<executions>
<execution>
<id>oss</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- 测试覆盖率 -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
<configuration>
<formats>
<format>html</format>
<format>xml</format>
</formats>
<check/>
</configuration>
</plugin>
<!-- Gpg Signature -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<!-- ossrh -->
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>