Browse Source

define proper name for Maven compiled file

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
2af07c8722
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bookstore/pom.xml

+ 1
- 0
bookstore/pom.xml View File

@ -50,6 +50,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
</plugin>
</plugins>
<finalName>${project.artifactId}</finalName>
</build>
</project>

Loading…
Cancel
Save