1 Star 5 Fork 1

洪振榕 / smart-framework

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
洪振榕 提交于 2022-10-24 15:05 . 1
<?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>org.smartframework</groupId>
<artifactId>smart-framework</artifactId>
<packaging>pom</packaging>
<version>1.2-SMART-SNAPSHOT</version>
<modules>
<module>smart-dependencies</module>
<module>smart-event-driven-core</module>
<module>smart-event-driven-parent</module>
<module>smart-event-driven-rocketmq</module>
<module>smart-event-driven-spring-boot-starter</module>
<module>smart-spring-boot-autoconfigure</module>
<module>smart-domain-driven-core</module>
<module>smart-event-driven-examples</module>
<module>smart-core</module>
<module>smart-domain-driven-lame</module>
<module>smart-domain-driven-parent</module>
<module>smart-domain-driven-examples</module>
<module>smart-domain-driven-lame-spring-boot-starter</module>
<module>smart-rocketmq</module>
<module>smart-saga-core</module>
<module>smart-saga-examples</module>
<module>smart-saga-spring-boot-starter</module>
<module>smart-rocketmq430</module>
<module>smart-deploy</module>
<module>smart-event-driven-core-abstract</module>
<module>smart-core-abstract</module>
<module>smart-streaming-core</module>
<module>smart-streaming-spring-boot-starter</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
<build>
<plugins>
<!--复制时忽略该插件-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<!--复制时忽略该插件-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
1
https://gitee.com/noah-hong/smart-framework.git
git@gitee.com:noah-hong/smart-framework.git
noah-hong
smart-framework
smart-framework
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891