22 Star 38 Fork 12

追烽逐月猪/JBM

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
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>
<artifactId>jbm</artifactId>
<version>7.2.0-SNAPSHOT</version>
<groupId>com.jbm</groupId>
<packaging>pom</packaging>
<developers>
<developer>
<id>wesley</id>
<name>wesley zhang</name>
<email>numen06@qq.com</email>
<roles>
<role>Project lead</role>
</roles>
</developer>
</developers>
<modules>
<module>jbm-framework-dependencies</module>
<module>jbm-framework</module>
<module>jbm-util</module>
<module>jbm-cluster</module>
<module>jbm-algorithm</module>
</modules>
<scm>
<developerConnection>scm:git:https://github.com/numen06/JBM.git</developerConnection>
<connection>scm:git:https://github.com/numen06/JBM.git</connection>
<url>https://github.com/numen06/JBM.git</url>
<tag>7.2.0-SNAPSHOT</tag>
</scm>
<distributionManagement>
<repository>
<id>jbm-releases</id>
<name>jbm-releases</name>
<url>https://repo.rdc.aliyun.com/repository/2084842-release-b3KaCP/</url>
</repository>
<snapshotRepository>
<id>jbm-snapshots</id>
<name>jbm-snapshots</name>
<url>https://repo.rdc.aliyun.com/repository/2084842-snapshot-btK7jQ/</url>
</snapshotRepository>
</distributionManagement>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<skip>true</skip>
<skipTests>true</skipTests>
<testFailureIgnore>true</testFailureIgnore>
<argLine>-Dfile.encoding=UTF-8</argLine>
</configuration>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<showWarnings>true</showWarnings>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <artifactId>maven-source-plugin</artifactId>-->
<!-- </plugin>-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<tagNameFormat>@{project.version}</tagNameFormat>
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/numen06/JBM.git
git@gitee.com:numen06/JBM.git
numen06
JBM
JBM
7.2

搜索帮助