19 lines
667 B
XML
19 lines
667 B
XML
<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">
|
|
<parent>
|
|
<groupId>net.maku</groupId>
|
|
<artifactId>maku-boot</artifactId>
|
|
<version>${revision}</version>
|
|
</parent>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
<artifactId>maku-boot-module</artifactId>
|
|
<packaging>pom</packaging>
|
|
|
|
<modules>
|
|
<module>maku-module-quartz</module>
|
|
<module>maku-module-message</module>
|
|
<module>maku-module-generator</module>
|
|
<module>maku-module-monitor</module>
|
|
<module>maku-module-member</module>
|
|
</modules>
|
|
|
|
</project> |