Skip to content

Commit 6a954d1

Browse files
committed
build: update jar name
1 parent 152e92d commit 6a954d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bootstrap/pom.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,16 @@
4545
</dependency>
4646
</dependencies>
4747
<build>
48+
<finalName>example</finalName>
4849
<plugins>
4950
<plugin>
5051
<groupId>org.springframework.boot</groupId>
5152
<artifactId>spring-boot-maven-plugin</artifactId>
5253
<executions>
5354
<execution>
54-
<id>repackage</id>
55+
<goals>
56+
<goal>repackage</goal>
57+
</goals>
5558
<configuration>
5659
<classifier>exec</classifier>
5760
</configuration>

0 commit comments

Comments
 (0)