Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
O
online-edu-backend
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
online-edu
online-edu-backend
Commits
b55dd8ae
Commit
b55dd8ae
authored
Jun 01, 2021
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update pom
parent
b9a4c096
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
31 deletions
+33
-31
pom.xml
pom.xml
+33
-31
No files found.
pom.xml
View file @
b55dd8ae
...
...
@@ -42,6 +42,8 @@
<shiro.version>
1.4.0
</shiro.version>
<weixin-java.version>
3.6.0
</weixin-java.version>
<hutool.version>
5.3.5
</hutool.version>
<docker.registry>
fywlsoft.cn:57802
</docker.registry>
<docker.image.prefix>
argus
</docker.image.prefix>
</properties>
<dependencies>
...
...
@@ -337,38 +339,38 @@
<goal>
build
</goal>
</goals>
</execution>
<execution>
<id>
tag-image
</id>
<phase>
install
</phase>
<goals>
<goal>
tag
</goal>
</goals>
<configuration>
<image>
${docker.image.prefix}/${project.artifactId}:${project.version}
</image>
<newName>
${docker.registry}/${docker.image.prefix}/${project.artifactId}:${project.version}
</newName>
</configuration>
</execution>
<execution>
<id>
push-image
</id>
<phase>
install
</phase>
<goals>
<goal>
push
</goal>
</goals>
<configuration>
<imageName>
${docker.registry}/${docker.image.prefix}/${project.artifactId}:${project.version}
</imageName>
</configuration>
</execution>
<execution>
<id>
remove-image
</id>
<phase>
install
</phase>
<goals>
<goal>
removeImage
</goal>
</goals>
<configuration>
<imageName>
${docker.image.prefix}/${project.artifactId}:${project.version}
</imageName>
</configuration>
</execution>
</executions>
<execution>
<id>
tag-image
</id>
<phase>
install
</phase>
<goals>
<goal>
tag
</goal>
</goals>
<configuration>
<image>
${docker.image.prefix}/${project.artifactId}:${project.version}
</image>
<newName>
${docker.registry}/${docker.image.prefix}/${project.artifactId}:${project.version}
</newName>
</configuration>
</execution>
<execution>
<id>
push-image
</id>
<phase>
install
</phase>
<goals>
<goal>
push
</goal>
</goals>
<configuration>
<imageName>
${docker.registry}/${docker.image.prefix}/${project.artifactId}:${project.version}
</imageName>
</configuration>
</execution>
<execution>
<id>
remove-image
</id>
<phase>
install
</phase>
<goals>
<goal>
removeImage
</goal>
</goals>
<configuration>
<imageName>
${docker.image.prefix}/${project.artifactId}:${project.version}
</imageName>
</configuration>
</execution>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment