Skip to content

Commit 15c4bc0

Browse files
committed
remove version from fat-jar's file name
1 parent 3260988 commit 15c4bc0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ SteVe is designed to run standalone, a java servlet container / web server (e.g.
8383
To start the application run (please do not run SteVe as root):
8484
8585
```
86-
# java -jar target/steve-X.X.X.jar
86+
# java -jar target/steve.jar
8787
```
8888
8989
# First Steps

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
<goal>shade</goal>
173173
</goals>
174174
<configuration>
175+
<finalName>${project.artifactId}</finalName>
175176
<minimizeJar>false</minimizeJar>
176177
<createDependencyReducedPom>false</createDependencyReducedPom>
177178
<transformers>

0 commit comments

Comments
 (0)