1 Star 0 Fork 0

我上大学了3/common

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>tca</groupId>
<artifactId>common</artifactId>
<version>${revision}</version>
<description>聚合common</description>
<packaging>pom</packaging>
<properties>
<revision>1.0.0-RELEASE</revision>
</properties>
<modules>
<module>common-parent</module>
<module>common-cache</module>
<module>common-log</module>
<module>common-core</module>
<module>common-data</module>
<module>common-dependencies</module>
<module>common-fortest</module>
<module>common-compress</module>
<module>common-learning</module>
<module>common-web</module>
<module>common-cloud2standalone</module>
<module>common-classload</module>
<module>common-custom-inject</module>
<module>common-test</module>
</modules>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.1.0</version>
<inherited>true</inherited>
<configuration>
<updatePomFile>true</updatePomFile>
<flattenMode>resolveCiFriendliesOnly</flattenMode>
<pomElements> <!-- POM元素处理方式 -->
<dependencyManagement>expand</dependencyManagement> <!-- 展开依赖管理 -->
<pluginManagement>expand</pluginManagement> <!-- 展开插件管理 -->
<properties>keep</properties> <!-- 保持属性 -->
<repositories>keep</repositories> <!-- 移除仓库配置 -->
</pomElements>
</configuration>
<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>
</plugin>
</plugins>
</build>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tca/common.git
[email protected]:tca/common.git
tca
common
common
master

搜索帮助