Skip to content

Commit

Permalink
更新pom
Browse files Browse the repository at this point in the history
  • Loading branch information
lichengsheng committed May 9, 2020
1 parent 848a4d2 commit ae6fec0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 68 deletions.
35 changes: 1 addition & 34 deletions mq-client-test-001/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,40 +64,7 @@
<configuration>
<skip>true</skip>
</configuration>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.2.3-ppdtoken-release</version>
<configuration>
<!--镜像名格式:应用名称-->
<imageName>${docker.img.name}</imageName>
<imageTags>
<imageTag>${image.version}</imageTag>
</imageTags>
<dockeryardAccessToken>
${dockerToken}
</dockeryardAccessToken>
<entryPoint>java -jar -server ${heap.xm} -XX:+UseG1GC ${project.build.finalName}.jar </entryPoint>

<resources>
<resource>
<directory>${project.build.directory}</directory>
<include>${project.build.finalName}.jar</include>
</resource>
</resources>
</configuration>

<!-- <executions> -->
<!-- <execution> -->
<!-- <id>build-image</id> -->
<!-- <phase>install</phase> -->
<!-- <goals> -->
<!-- <goal>build</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
</plugin>
</plugin>
</plugins>
</build>
</project>
34 changes: 0 additions & 34 deletions mq-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,40 +172,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>1.2.3-ppdtoken-release</version>
<configuration>
<!--镜像名格式:应用名称 -->
<imageName>${docker.img.name}</imageName>
<imageTags>
<imageTag>${image.version}</imageTag>
</imageTags>
<dockeryardAccessToken>
${dockerToken}
</dockeryardAccessToken>
<entryPoint>java -jar -server ${heap.xm} -XX:+UseG1GC
${project.build.finalName}.jar </entryPoint>

<resources>
<resource>
<directory>${project.build.directory}</directory>
<include>${project.build.finalName}.jar</include>
</resource>
</resources>
</configuration>

<!-- <executions> -->
<!-- <execution> -->
<!-- <id>build-image</id> -->
<!-- <phase>install</phase> -->
<!-- <goals> -->
<!-- <goal>build</goal> -->
<!-- </goals> -->
<!-- </execution> -->
<!-- </executions> -->
</plugin>
</plugins>
</build>
</project>

0 comments on commit ae6fec0

Please sign in to comment.