wangliang 4 years ago
parent
commit
9370b1c73d
2 changed files with 34 additions and 0 deletions
  1. 27 0
      distributed-print-task/pom.xml
  2. 7 0
      distributed-print/pom.xml

+ 27 - 0
distributed-print-task/pom.xml

@@ -24,4 +24,31 @@
 		</dependency>
 	</dependencies>
 
+<!--	<build>-->
+<!--		<plugins>-->
+<!--			<plugin>-->
+<!--				<groupId>org.springframework.boot</groupId>-->
+<!--				<artifactId>spring-boot-maven-plugin</artifactId>-->
+<!--				<configuration>-->
+<!--					<includeSystemScope>true</includeSystemScope>-->
+<!--				</configuration>-->
+<!--			</plugin>-->
+<!--			<plugin>-->
+<!--				<groupId>com.spotify</groupId>-->
+<!--				<artifactId>dockerfile-maven-plugin</artifactId>-->
+<!--				<version>1.4.12</version>-->
+<!--				<configuration>-->
+<!--					<repository>registry.cn-shenzhen.aliyuncs.com/distributed_print_task</repository>-->
+<!--					<tag>${project.version}</tag>-->
+<!--					<contextDirectory>${project.baseDir}</contextDirectory>-->
+<!--					<useMavenSettingsForAuth>true</useMavenSettingsForAuth>-->
+<!--					<pullNewerImage>true</pullNewerImage>-->
+<!--					<buildArgs>-->
+<!--						<JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>-->
+<!--					</buildArgs>-->
+<!--				</configuration>-->
+<!--			</plugin>-->
+<!--		</plugins>-->
+<!--	</build>-->
+
 </project>

+ 7 - 0
distributed-print/pom.xml

@@ -32,6 +32,13 @@
 
 	<build>
 		<plugins>
+			<plugin>
+				<groupId>org.springframework.boot</groupId>
+				<artifactId>spring-boot-maven-plugin</artifactId>
+				<configuration>
+					<includeSystemScope>true</includeSystemScope>
+				</configuration>
+			</plugin>
 			<plugin>
 				<groupId>com.spotify</groupId>
 				<artifactId>dockerfile-maven-plugin</artifactId>