pxc-framework-bom
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-bom</artifactId>
<version>2.0.8</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-bom</artifactId>
<version>2.0.8</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>pxc framework 依赖项管理</description>
<url>https://github.com/panxiaochao/pxc-framework</url>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Lypxc</name>
<email>545685602@qq.com</email>
<timezone>+8</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/panxiaochao/pxc-framework.git</connection>
<developerConnection>scm:git:https://github.com/panxiaochao/pxc-framework.git</developerConnection>
<tag>master</tag>
<url>https://github.com/panxiaochao/pxc-framework.git</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</snapshotRepository>
</distributionManagement>
<properties>
<maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
<lombok.version>1.18.32</lombok.version>
<java.version>1.8</java.version>
<spring-boot.version>2.7.18</spring-boot.version>
<maven-source-plugin.verison>3.2.1</maven-source-plugin.verison>
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<spring-javaformat-maven-plugin.version>0.0.41</spring-javaformat-maven-plugin.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<revision>2.0.8</revision>
<maven-checkstyle-plugin.version>3.1.2</maven-checkstyle-plugin.version>
<maven-javadoc-plugin.verison>3.5.0</maven-javadoc-plugin.verison>
<maven.compiler.source>${java.version}</maven.compiler.source>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-core</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-crypto</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-dynamic-datasource</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-cache</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-captcha</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-email</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-holiday</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-util</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-jackson</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-redis</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-ratelimiter</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-repeatsubmit</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-sensitive</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-operate-log</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-qrcode</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-trace-log</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-mybatis-plus</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-mybatis-plus-generator</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-weixin</artifactId>
<version>2.0.8</version>
</dependency>
<dependency>
<groupId>io.github.panxiaochao</groupId>
<artifactId>pxc-framework-web</artifactId>
<version>2.0.8</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.verison}</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<encoding>UTF-8</encoding>
<skip>true</skip>
<annotationProcessorPaths>
<path>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok.version}</version>
</path>
<path>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>${spring-boot.version}</version>
</path>
</annotationProcessorPaths>
</configuration>
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.verison}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
<configuration>
<attach>true</attach>
</configuration>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.verison}</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>package</phase>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<charset>UTF-8</charset>
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
<additionalJOptions>
<additionalJOption>-Xdoclint:none</additionalJOption>
</additionalJOptions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>${maven-jar-plugin.version}</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
</manifest>
<manifestEntries>
<Implementation-Version>${project.version}</Implementation-Version>
<build-time>${maven.build.timestamp}</build-time>
</manifestEntries>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>${flatten-maven-plugin.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>
</configuration>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.2</version>
<configuration>
<properties>
<year>2022-2024</year>
<owner>Lypxc</owner>
<email>545685602@qq.com</email>
</properties>
<licenseSets>
<licenseSet>
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
<excludes>
<exclude>**/README</exclude>
<exclude>src/test/java/**</exclude>
<exclude>src/test/resources/**</exclude>
<exclude>src/main/resources/**</exclude>
<exclude>**/*.md</exclude>
<exclude>**/*.xml</exclude>
<exclude>.gitignore</exclude>
<exclude>.springjavaformatconfig</exclude>
</excludes>
</licenseSet>
</licenseSets>
</configuration>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>