|  |  | @ -84,38 +84,38 @@ | 
			
		
	
		
			
				
					|  |  |  |                     <skipTests>true</skipTests> | 
			
		
	
		
			
				
					|  |  |  |                 </configuration> | 
			
		
	
		
			
				
					|  |  |  |             </plugin> | 
			
		
	
		
			
				
					|  |  |  |             <plugin> | 
			
		
	
		
			
				
					|  |  |  |                 <groupId>org.apache.maven.plugins</groupId> | 
			
		
	
		
			
				
					|  |  |  |                 <artifactId>maven-deploy-plugin</artifactId> | 
			
		
	
		
			
				
					|  |  |  |                 <configuration> | 
			
		
	
		
			
				
					|  |  |  |                     <skip>true</skip> | 
			
		
	
		
			
				
					|  |  |  |                 </configuration> | 
			
		
	
		
			
				
					|  |  |  |             </plugin> | 
			
		
	
		
			
				
					|  |  |  |             <plugin> | 
			
		
	
		
			
				
					|  |  |  |                 <groupId>com.spotify</groupId> | 
			
		
	
		
			
				
					|  |  |  |                 <artifactId>dockerfile-maven-plugin</artifactId> | 
			
		
	
		
			
				
					|  |  |  |                 <version>${dockerfile-maven-plugin.version}</version> | 
			
		
	
		
			
				
					|  |  |  |                 <executions> | 
			
		
	
		
			
				
					|  |  |  |                     <execution> | 
			
		
	
		
			
				
					|  |  |  |                         <id>default</id> | 
			
		
	
		
			
				
					|  |  |  |                         <goals> | 
			
		
	
		
			
				
					|  |  |  |                             <!--如果package时不想用docker打包,就注释掉这个goal--> | 
			
		
	
		
			
				
					|  |  |  |                             <goal>build</goal> | 
			
		
	
		
			
				
					|  |  |  |                             <goal>push</goal> | 
			
		
	
		
			
				
					|  |  |  |                         </goals> | 
			
		
	
		
			
				
					|  |  |  |                     </execution> | 
			
		
	
		
			
				
					|  |  |  |                 </executions> | 
			
		
	
		
			
				
					|  |  |  |                 <configuration> | 
			
		
	
		
			
				
					|  |  |  |                     <username>admin</username> | 
			
		
	
		
			
				
					|  |  |  |                     <password>elink888</password> | 
			
		
	
		
			
				
					|  |  |  |                     <repository>47.104.85.99:9002/repository/docker-private/</repository> | 
			
		
	
		
			
				
					|  |  |  |                     <tag>latest</tag> | 
			
		
	
		
			
				
					|  |  |  |                     <buildArgs> | 
			
		
	
		
			
				
					|  |  |  |                         <!--提供参数向Dockerfile传递--> | 
			
		
	
		
			
				
					|  |  |  |                         <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE> | 
			
		
	
		
			
				
					|  |  |  |                     </buildArgs> | 
			
		
	
		
			
				
					|  |  |  |                 </configuration> | 
			
		
	
		
			
				
					|  |  |  |             </plugin> | 
			
		
	
		
			
				
					|  |  |  | <!--            <plugin>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <groupId>org.apache.maven.plugins</groupId>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <artifactId>maven-deploy-plugin</artifactId>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <configuration>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <skip>true</skip>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                </configuration>--> | 
			
		
	
		
			
				
					|  |  |  | <!--            </plugin>--> | 
			
		
	
		
			
				
					|  |  |  | <!--            <plugin>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <groupId>com.spotify</groupId>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <artifactId>dockerfile-maven-plugin</artifactId>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <version>${dockerfile-maven-plugin.version}</version>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <executions>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <execution>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                        <id>default</id>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                        <goals>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                            <!–如果package时不想用docker打包,就注释掉这个goal–>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                            <goal>build</goal>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                            <goal>push</goal>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                        </goals>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    </execution>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                </executions>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                <configuration>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <username>admin</username>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <password>elink888</password>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <repository>47.104.85.99:9002/repository/docker-private/</repository>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <tag>latest</tag>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    <buildArgs>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                        <!–提供参数向Dockerfile传递–>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                        <JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                    </buildArgs>--> | 
			
		
	
		
			
				
					|  |  |  | <!--                </configuration>--> | 
			
		
	
		
			
				
					|  |  |  | <!--            </plugin>--> | 
			
		
	
		
			
				
					|  |  |  |         </plugins> | 
			
		
	
		
			
				
					|  |  |  |     </build> | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  | 
 |