mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
Fix initializr-service finalName
This commit makes sure that the generated initializr-service app does not contain a version number. That way, it is easier to reuse the same command to push the app, regardless of the current version.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
<finalName>initializr-service</finalName>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.gmavenplus</groupId>
|
||||
|
||||
Reference in New Issue
Block a user