pom.xml 703 字节
Newer Older
武汉红喜's avatar
武汉红喜 已提交
1 2 3 4 5 6 7
<?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">
    <parent>
        <artifactId>whatsmars-parent</artifactId>
        <groupId>org.hongxi</groupId>
武汉红喜's avatar
武汉红喜 已提交
8
        <version>Rocket.S9</version>
武汉红喜's avatar
武汉红喜 已提交
9 10 11 12 13 14 15 16 17
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>whatsmars-archetypes</artifactId>
    <packaging>pom</packaging>

    <modules>
        <module>web-archetype</module>
        <module>dubbo-archetype</module>
武汉红喜's avatar
武汉红喜 已提交
18
        <module>whatsmars-initializr</module>
武汉红喜's avatar
武汉红喜 已提交
19 20 21 22
    </modules>


</project>