Skip to content

Commit b408bfe

Browse files
product-service-docker: Exercise jar solution
1 parent b6ab94a commit b408bfe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<groupId>com.amigoscode</groupId>
1212
<artifactId>jfs</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
14+
<packaging>jar</packaging>
1415
<name>java-springboot-full-stack</name>
1516
<description>java-springboot-full-stack</description>
1617
<url/>
@@ -68,6 +69,7 @@
6869
</dependencies>
6970

7071
<build>
72+
<finalName>product-service</finalName>
7173
<plugins>
7274
<plugin>
7375
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)