yonge 5 years ago
parent
commit
510d303864
3 changed files with 36 additions and 0 deletions
  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>