Commit 69ee40a9 authored by liaozan's avatar liaozan 🏀

add plugins

parent 69903af8
...@@ -448,12 +448,12 @@ ...@@ -448,12 +448,12 @@
<goals> <goals>
<goal>prepare-dockerfile</goal> <goal>prepare-dockerfile</goal>
</goals> </goals>
<configuration>
<repositoryGitUrl>http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git</repositoryGitUrl>
<branch>main</branch>
</configuration>
</execution> </execution>
</executions> </executions>
<configuration>
<repositoryGitUrl>http://gitlab.schbrain.com/gitlab/liaozan/helloworld.git</repositoryGitUrl>
<branch>main</branch>
</configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
...@@ -476,12 +476,10 @@ ...@@ -476,12 +476,10 @@
</execution> </execution>
</executions> </executions>
<configuration> <configuration>
<dockerfile>${project.build.directory}/dockerfile/Dockerfile</dockerfile> <dockerfile>${project.build.directory}/Dockerfile</dockerfile>
<repository>${docker.repository}/${project.parent.artifactId}</repository> <repository>${docker.repository}/${project.parent.artifactId}</repository>
<writeTestMetadata>false</writeTestMetadata> <writeTestMetadata>false</writeTestMetadata>
<skipDockerInfo>true</skipDockerInfo> <skipDockerInfo>true</skipDockerInfo>
<!--suppress UnresolvedMavenProperty -->
<tag>${BUILD_TAG}</tag>
<pullNewerImage>false</pullNewerImage> <pullNewerImage>false</pullNewerImage>
<googleContainerRegistryEnabled>false</googleContainerRegistryEnabled> <googleContainerRegistryEnabled>false</googleContainerRegistryEnabled>
<useMavenSettingsForAuth>true</useMavenSettingsForAuth> <useMavenSettingsForAuth>true</useMavenSettingsForAuth>
......
Markdown is supported
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