feburary/february-modules/pom.xml

32 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<groupId>com.february</groupId>
<artifactId>february</artifactId>
<version>3.6.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<modules>
<module>february-system</module>
<module>february-gen</module>
<module>february-job</module>
<module>february-file</module>
<module>february-file/february-file-common</module>
<module>february-file/february-file-remote</module>
<module>february-file/february-file-server</module>
<module>february-system/february-system-common</module>
<module>february-system/february-system-remote</module>
<module>february-system/february-system-server</module>
</modules>
<artifactId>february-modules</artifactId>
<packaging>pom</packaging>
<description>
february-modules业务模块
</description>
</project>