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
MCMS
Commits
d4f31141
Commit
d4f31141
authored
May 16, 2019
by
ms-dev
Browse files
优化pom文件
parent
bad12870
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
d4f31141
...
@@ -61,13 +61,6 @@
...
@@ -61,13 +61,6 @@
<build>
<build>
<finalName>
ms-mcms
</finalName>
<finalName>
ms-mcms
</finalName>
<plugins>
<plugins>
<!-- docker部署 <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId>
<version>1.2.0</version> <configuration> <dockerHost>http://localhost</dockerHost>
<imageName>ms-mcms</imageName> <baseImage>java</baseImage> <entryPoint>["java",
"-jar", "/${project.build.finalName}.jar"]</entryPoint> <resources> <resource>
<targetPath>/</targetPath> <directory>${project.build.directory}</directory>
<include>${project.build.finalName}.jar</include> </resource> </resources>
</configuration> </plugin> -->
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-compiler-plugin
</artifactId>
<artifactId>
maven-compiler-plugin
</artifactId>
...
@@ -91,10 +84,6 @@
...
@@ -91,10 +84,6 @@
<fork>
true
</fork>
<fork>
true
</fork>
</configuration>
</configuration>
</plugin>
</plugin>
<plugin>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-maven-plugin
</artifactId>
</plugin>
<plugin>
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-war-plugin
</artifactId>
<artifactId>
maven-war-plugin
</artifactId>
...
...
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