wms修改打包组件和docker文件

This commit is contained in:
hjx
2026-01-19 20:58:56 +08:00
parent 1655d57057
commit 23964e5e6d
2 changed files with 30 additions and 1 deletions
+13 -1
View File
@@ -166,5 +166,17 @@
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>mhd_wms</id>
<build>
<plugins>
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>