blob: 2d60e6f31a0bc6a4b305fb7409b3af6e8ee90c25 [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>
刘洪青f3439452019-09-03 11:09:02 +080013 <artifactId>sw-backend-base-aggregator</artifactId>
刘洪青e071d362019-08-16 09:39:49 +080014 <version>0.0.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
刘洪青f3439452019-09-03 11:09:02 +080017 <name>Supwisdom Backend Framework Base Aggregator</name>
18 <description>Supwisdom Backend Framework Base Aggregator project</description>
刘洪青e071d362019-08-16 09:39:49 +080019
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>