1 Star 0 Fork 1

luas/xbd-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 5.39 KB
一键复制 编辑 原始数据 按行查看 历史
刘明磊 提交于 2019-11-15 15:46 . branch 5.1.x init
<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>
<developerConnection>scm:git:git://[email protected]/xbd521/xbd-framework.git</developerConnection>
</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>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xbd521/xbd-framework.git
[email protected]:xbd521/xbd-framework.git
xbd521
xbd-framework
xbd-framework
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385