Commit 5ada8a3d authored by macro's avatar macro
Browse files

pom插件配置修改

parent 429e2ead
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
<!--</executions>--> <!--</executions>-->
<!--<configuration>--> <!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>--> <!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>http://39.98.190.128:2375</dockerHost>--> <!--<dockerHost>http://192.168.3.101:2375</dockerHost>-->
<!--<baseImage>java:8</baseImage>--> <!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>--> <!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>-->
<!--<resources>--> <!--<resources>-->
......
...@@ -22,7 +22,6 @@ ...@@ -22,7 +22,6 @@
<groupId>com.macro.mall</groupId> <groupId>com.macro.mall</groupId>
<artifactId>mall</artifactId> <artifactId>mall</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0-SNAPSHOT</version>
<relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<dependencies> <dependencies>
...@@ -78,7 +77,7 @@ ...@@ -78,7 +77,7 @@
<!--</executions>--> <!--</executions>-->
<!--<configuration>--> <!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>--> <!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>http://39.98.190.128:2375</dockerHost>--> <!--<dockerHost>http://192.168.3.101:2375</dockerHost>-->
<!--<baseImage>java:8</baseImage>--> <!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar","-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>--> <!--<entryPoint>["java", "-jar","-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>-->
<!--<resources>--> <!--<resources>-->
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<!--</executions>--> <!--</executions>-->
<!--<configuration>--> <!--<configuration>-->
<!--<imageName>mall/${project.artifactId}:${project.version}</imageName>--> <!--<imageName>mall/${project.artifactId}:${project.version}</imageName>-->
<!--<dockerHost>http://39.98.190.128:2375</dockerHost>--> <!--<dockerHost>http://192.168.3.101:2375</dockerHost>-->
<!--<baseImage>java:8</baseImage>--> <!--<baseImage>java:8</baseImage>-->
<!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>--> <!--<entryPoint>["java", "-jar", "-Dspring.profiles.active=prod","/${project.build.finalName}.jar"]</entryPoint>-->
<!--<resources>--> <!--<resources>-->
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment