blob: 1ec35e61a68c573741ea74114c7b6479cae3dcc3 [file] [log] [blame]
刘洪青dde4e212019-09-04 22:13:23 +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-aggr-parent</artifactId>
14 <version>0.0.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
17 <name>Supwisdom Backend Framework Aggregator API</name>
18 <description>Supwisdom Backend Framework Aggregator API project</description>
19
20 <modules>
21 <module>admin</module>
22 </modules>
23
24 <build>
25 <plugins>
26 <plugin>
27 <artifactId>maven-deploy-plugin</artifactId>
28 <configuration>
29 <skip>true</skip>
30 </configuration>
31 </plugin>
32 </plugins>
33 </build>
34
35</project>