blob: 37e624e8950901f4b7037531f37d0b2fd40babc6 [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>
刘洪青dde4e212019-09-04 22:13:23 +080013 <artifactId>sw-backend-bff-parent</artifactId>
刘洪青e071d362019-08-16 09:39:49 +080014 <version>0.0.1-SNAPSHOT</version>
15 <packaging>pom</packaging>
16
刘洪青dde4e212019-09-04 22:13:23 +080017 <name>Supwisdom Backend Framework Backend for Frontend</name>
18 <description>Supwisdom Backend Framework Backend for Frontend project</description>
刘洪青e071d362019-08-16 09:39:49 +080019
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>