Browse Source

Merge branch 'master' of http://git.dayaedu.com/yonge/mec

Joburgess 5 years ago
parent
commit
ce91539fdf
1 changed files with 13 additions and 0 deletions
  1. 13 0
      cms/pom.xml

+ 13 - 0
cms/pom.xml

@@ -53,4 +53,17 @@
 			<artifactId>common-core</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>