|
@@ -2,11 +2,11 @@
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
- <groupId>com.macro.mall</groupId>
|
|
|
- <artifactId>mall-tiny</artifactId>
|
|
|
+ <groupId>com.jiashun.gao</groupId>
|
|
|
+ <artifactId>power-system</artifactId>
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
- <name>mall-tiny</name>
|
|
|
- <description>mall-tiny project</description>
|
|
|
+ <name>power-system</name>
|
|
|
+ <description>power-system project</description>
|
|
|
|
|
|
<properties>
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -154,29 +154,29 @@
|
|
|
<groupId>com.spotify</groupId>
|
|
|
<artifactId>docker-maven-plugin</artifactId>
|
|
|
<version>${docker.maven.plugin.version}</version>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <id>build-image</id>
|
|
|
- <phase>package</phase>
|
|
|
- <goals>
|
|
|
- <goal>build</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- <configuration>
|
|
|
- <imageName>mall-tiny/${project.artifactId}:${project.version}</imageName>
|
|
|
- <dockerHost>${docker.host}</dockerHost>
|
|
|
- <baseImage>java:8</baseImage>
|
|
|
- <entryPoint>["java", "-jar","/${project.build.finalName}.jar"]
|
|
|
- </entryPoint>
|
|
|
- <resources>
|
|
|
- <resource>
|
|
|
- <targetPath>/</targetPath>
|
|
|
- <directory>${project.build.directory}</directory>
|
|
|
- <include>${project.build.finalName}.jar</include>
|
|
|
- </resource>
|
|
|
- </resources>
|
|
|
- </configuration>
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <id>build-image</id>-->
|
|
|
+<!-- <phase>package</phase>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>build</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <imageName>power-system/${project.artifactId}:${project.version}</imageName>-->
|
|
|
+<!-- <dockerHost>${docker.host}</dockerHost>-->
|
|
|
+<!-- <baseImage>java:8</baseImage>-->
|
|
|
+<!-- <entryPoint>["java", "-jar","/${project.build.finalName}.jar"]-->
|
|
|
+<!-- </entryPoint>-->
|
|
|
+<!-- <resources>-->
|
|
|
+<!-- <resource>-->
|
|
|
+<!-- <targetPath>/</targetPath>-->
|
|
|
+<!-- <directory>${project.build.directory}</directory>-->
|
|
|
+<!-- <include>${project.build.finalName}.jar</include>-->
|
|
|
+<!-- </resource>-->
|
|
|
+<!-- </resources>-->
|
|
|
+<!-- </configuration>-->
|
|
|
</plugin>
|
|
|
</plugins>
|
|
|
</build>
|