mall-cloud/mall-modules/pom.xml

30 lines
862 B
XML

<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>
<parent>
<groupId>com.mall</groupId>
<artifactId>mall-cloud</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>mall-modules</artifactId>
<packaging>pom</packaging>
<name>mall-modules</name>
<url>https://maven.apache.org</url>
<modules>
<module>mall-ware</module>
<module>generator-code-server</module>
<module>mall-auth-server</module>
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
</dependencies>
</project>