Commit d4f31141 authored by ms-dev's avatar ms-dev

优化pom文件

parent bad12870
...@@ -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>
......
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