设置最终 build 的名字,解决打包问题

master
YunaiV 6 years ago
parent 777133bd49
commit c71defa8fb

@ -84,4 +84,9 @@
</dependencies>
<build>
<!-- 设置构建的 jar 包名 -->
<finalName>${project.artifactId}</finalName>
</build>
</project>

Loading…
Cancel
Save