代码拉取完成,页面将自动刷新
<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>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。