Ver Fonte

create modules

zhengmin há 8 anos atrás
pai
commit
e1e32bb88e
6 ficheiros alterados com 82 adições e 0 exclusões
  1. 15 0
      api/pom.xml
  2. 15 0
      domain/pom.xml
  3. 15 0
      main/pom.xml
  4. 15 0
      message/pom.xml
  5. 7 0
      pom.xml
  6. 15 0
      rpc/pom.xml

+ 15 - 0
api/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>ExamCloud-service-core</artifactId>
+        <groupId>cn.com.qmth</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>api</artifactId>
+
+
+</project>

+ 15 - 0
domain/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>ExamCloud-service-core</artifactId>
+        <groupId>cn.com.qmth</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>domain</artifactId>
+
+
+</project>

+ 15 - 0
main/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>ExamCloud-service-core</artifactId>
+        <groupId>cn.com.qmth</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>main</artifactId>
+
+
+</project>

+ 15 - 0
message/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>ExamCloud-service-core</artifactId>
+        <groupId>cn.com.qmth</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>message</artifactId>
+
+
+</project>

+ 7 - 0
pom.xml

@@ -7,6 +7,13 @@
     <groupId>cn.com.qmth</groupId>
     <artifactId>ExamCloud-service-core</artifactId>
     <version>0.1.0</version>
+    <modules>
+        <module>domain</module>
+        <module>api</module>
+        <module>main</module>
+        <module>rpc</module>
+        <module>message</module>
+    </modules>
 
 
     <packaging>pom</packaging>

+ 15 - 0
rpc/pom.xml

@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+    <parent>
+        <artifactId>ExamCloud-service-core</artifactId>
+        <groupId>cn.com.qmth</groupId>
+        <version>0.1.0</version>
+    </parent>
+    <modelVersion>4.0.0</modelVersion>
+
+    <artifactId>rpc</artifactId>
+
+
+</project>