yonge 5 年之前
父节点
当前提交
510d303864
共有 3 个文件被更改,包括 36 次插入0 次删除
  1. 12 0
      mec-education/pom.xml
  2. 12 0
      mec-student/pom.xml
  3. 12 0
      mec-teacher/pom.xml

+ 12 - 0
mec-education/pom.xml

@@ -51,4 +51,16 @@
 			<artifactId>mec-biz</artifactId>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.springframework.boot</groupId>
+				<artifactId>spring-boot-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>com.spotify</groupId>
+				<artifactId>docker-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
 </project>

+ 12 - 0
mec-student/pom.xml

@@ -51,4 +51,16 @@
 			<artifactId>mec-biz</artifactId>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.springframework.boot</groupId>
+				<artifactId>spring-boot-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>com.spotify</groupId>
+				<artifactId>docker-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
 </project>

+ 12 - 0
mec-teacher/pom.xml

@@ -51,4 +51,16 @@
 			<artifactId>mec-biz</artifactId>
 		</dependency>
 	</dependencies>
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.springframework.boot</groupId>
+				<artifactId>spring-boot-maven-plugin</artifactId>
+			</plugin>
+			<plugin>
+				<groupId>com.spotify</groupId>
+				<artifactId>docker-maven-plugin</artifactId>
+			</plugin>
+		</plugins>
+	</build>
 </project>