代码拉取完成,页面将自动刷新
<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>
<groupId>org.xbdframework</groupId>
<artifactId>xbd-framework</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<name>Xbd Framework</name>
<description>基于Spring Framework的自研Framework框架</description>
<url>https://gitee.com/xbd521/xbd-framework/#</url>
<organization>
<name>红尘易醉工作室</name>
<url>http://www.xbdframework.org</url>
</organization>
<scm>
<url>http://gitee.com/xbd521/xbd-framework</url>
<connection>scm:git:git://gitee.com/xbd521/xbd-framework.git</connection>
</scm>
<issueManagement>
<system>gitee</system>
<url>https://gitee.com/xbd521/xbd-framework/issues</url>
</issueManagement>
<properties>
<revision>5.1.0.BUILD-SNAPSHOT</revision>
<main.basedir>${basedir}</main.basedir>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
</properties>
<modules>
<module>xbd-aop</module>
<module>xbd-core</module>
<module>xbd-context</module>
<module>xbd-context-support</module>
<module>xbd-dao</module>
<module>xbd-dependencies</module>
<module>xbd-framework-bom</module>
<module>xbd-jdbc</module>
<module>xbd-jms</module>
<module>xbd-parent</module>
<module>xbd-tx</module>
<module>xbd-web</module>
</modules>
<profiles>
<profile>
<id>default</id>
<activation>
<property>
<name>!disable-xbd-framework-default-profile</name>
</property>
</activation>
<properties>
<spring-javaformat.version>0.0.6</spring-javaformat.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.0.0</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>8.12</version>
</dependency>
<dependency>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-checkstyle</artifactId>
<version>${spring-javaformat.version}</version>
</dependency>
</dependencies>
<executions>
<execution>
<id>checkstyle-validation</id>
<phase>validate</phase>
<configuration>
<skip>${disable.checks}</skip>
<configLocation>src/checkstyle/checkstyle.xml</configLocation>
<suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<propertyExpansion>main.basedir=${main.basedir}</propertyExpansion>
</configuration>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>${spring-javaformat.version}</version>
<executions>
<execution>
<phase>validate</phase>
<configuration>
<skip>${disable.checks}</skip>
</configuration>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
<distributionManagement>
<repository>
<id>xbd-releases</id>
<url>http://localhost:8081/nexus/repository/xbd-releases/</url>
</repository>
<snapshotRepository>
<id>xbd-snapshots</id>
<url>http://localhost:8081/nexus/repository/xbd-snapshots/</url>
</snapshotRepository>
</distributionManagement>
</project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。