Browse Source

group服务添加dockerfile maven插件

feature/dangjian
管理员 5 years ago
parent
commit
7fd5cee2a2
  1. 8
      esua-epdc/epdc-module/epdc-group/epdc-group-server/pom.xml

8
esua-epdc/epdc-module/epdc-group/epdc-group-server/pom.xml

@ -84,10 +84,10 @@
<skip>true</skip>
</configuration>
</plugin>
<!-- <plugin>-->
<!-- <groupId>com.spotify</groupId>-->
<!-- <artifactId>dockerfile-maven-plugin</artifactId>-->
<!-- </plugin>-->
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
</plugin>
</plugins>
<sourceDirectory>${project.basedir}/src/main/java</sourceDirectory>

Loading…
Cancel
Save