This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
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
5650559934
commit
2af07c8722
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
bookstore/pom.xml
+ 1
- 0
bookstore/pom.xml
View File
@ -50,6 +50,7 @@
<artifactId
>
spring-boot-maven-plugin
</artifactId>
<artifactId
>
spring-boot-maven-plugin
</artifactId>
</plugin>
</plugin>
</plugins>
</plugins>
<finalName
>
${project.artifactId}
</finalName>
</build>
</build>
</project>
</project>
Write
Preview
Loading…
Cancel
Save