Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
3f544775
Commit
3f544775
authored
Aug 14, 2018
by
Junling Bu
Browse files
chore[litemall-wx-api]: 暂时取消pom.xml中docker相关配置
parent
bdde6363
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-wx-api/pom.xml
View file @
3f544775
...
...
@@ -10,10 +10,6 @@
<version>
0.1.0
</version>
</parent>
<properties>
<docker.image.prefix>
litemall
</docker.image.prefix>
</properties>
<dependencies>
<dependency>
...
...
@@ -74,24 +70,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>
com.spotify
</groupId>
<artifactId>
docker-maven-plugin
</artifactId>
<version>
0.4.13
</version>
<configuration>
<imageName>
${docker.image.prefix}/${project.artifactId}
</imageName>
<dockerDirectory>
src/main/docker
</dockerDirectory>
<resources>
<resource>
<targetPath>
/
</targetPath>
<directory>
${project.build.directory}
</directory>
<include>
${project.build.finalName}.jar
</include>
</resource>
</resources>
</configuration>
</plugin>
</plugins>
</build>
...
...
Write
Preview
Supports
Markdown
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