blob: 66b99b3dfaf0d7168763a5b29ddf065c9a19d064 [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>
刘洪青a46c7c82019-10-11 09:36:10 +08009 <version>0.0.1</version>
刘洪青e071d362019-08-16 09:39:49 +080010 </parent>
11
12 <groupId>com.supwisdom.institute</groupId>
刘洪青f3439452019-09-03 11:09:02 +080013 <artifactId>sw-backend-base-aggregator</artifactId>
刘洪青a46c7c82019-10-11 09:36:10 +080014 <version>0.0.1</version>
刘洪青e071d362019-08-16 09:39:49 +080015 <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>