blob: d80ee43cf9e7503232b0562d2f88c43281b9c770 [file] [log] [blame]
刘洪青e071d362019-08-16 09:39:49 +08001<?xml version="1.0" encoding="UTF-8"?>
2<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5
6 <parent>
7 <groupId>com.supwisdom.institute</groupId>
8 <artifactId>sw-backend-parent</artifactId>
9 <version>0.0.1-SNAPSHOT</version>
10 </parent>
11
12 <groupId>com.supwisdom.institute</groupId>
13 <artifactId>sw-backend-system-aggregator</artifactId>
14 <version>0.0.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
17 <name>Supwisdom Backend Framework System Aggregator</name>
18 <description>Supwisdom Backend Framework System Aggregator project</description>
19
20 <modules>
21 <module>domain</module>
22 <module>api</module>
23 </modules>
24
25 <build>
26 <plugins>
27 <plugin>
28 <artifactId>maven-deploy-plugin</artifactId>
29 <configuration>
30 <skip>true</skip>
31 </configuration>
32 </plugin>
33 </plugins>
34 </build>
35
36</project>