1 Star 0 Fork 4

Hope/阿帕图MES系统

forked from eltvpp/阿帕图MES系统 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 2.96 KB
一键复制 编辑 原始数据 按行查看 历史
myhunt 提交于 2024-07-31 17:31 . 阿帕图MES系统开源
<?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>
<artifactId>hunttown-mes</artifactId>
<groupId>com.hunttown</groupId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<modules>
<module>hunttown-mes-common</module>
<module>hunttown-mes-common-dao</module>
<module>hunttown-mes-common-sharding</module>
<module>hunttown-mes-dao</module>
<module>hunttown-mes-domain</module>
<module>hunttown-mes-manage</module>
<module>hunttown-mes-rpc</module>
<module>hunttown-mes-service</module>
<module>hunttown-mes-common-qcloud</module>
</modules>
<properties>
<encoding>UTF-8</encoding>
<plugin.maven-clean-plugin.version>2.2</plugin.maven-clean-plugin.version>
<plugin.maven-resources-plugin.version>2.4</plugin.maven-resources-plugin.version>
<plugin.maven-compiler-plugin.version>3.0</plugin.maven-compiler-plugin.version>
<plugin.maven-install-plugin.version>2.4</plugin.maven-install-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdk.version>1.8</jdk.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${plugin.maven-clean-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>${plugin.maven-resources-plugin.version}</version>
<configuration>
<encoding>${encoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${plugin.maven-compiler-plugin.version}</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<encoding>${encoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>${plugin.maven-clean-plugin.version}</version>
</plugin>
</plugins>
</build>
<developers>
<developer>
<name>wangjunfu</name>
<email>hunttown@126.com</email>
<roles>
<role>creator</role>
</roles>
</developer>
</developers>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hope_2020/ApertusMES.git
git@gitee.com:hope_2020/ApertusMES.git
hope_2020
ApertusMES
阿帕图MES系统
master

搜索帮助