Skip to content

Commit 2ba97ab

Browse files
author
Holger Harms
committed
Configure Maven jar packaging
1 parent fd43a5a commit 2ba97ab

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>2.4.0</version>
8+
<version>2.6.1</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>de.holhar</groupId>
1212
<artifactId>accounting</artifactId>
1313
<version>0.0.1-SNAPSHOT</version>
1414
<name>accounting</name>
1515
<description>Demo project for Spring Boot</description>
16+
<packaging>jar</packaging>
1617

1718
<properties>
1819
<java.version>11</java.version>
@@ -48,6 +49,11 @@
4849
<artifactId>maven-resources-plugin</artifactId>
4950
<version>3.1.0</version>
5051
</plugin>
52+
53+
<plugin>
54+
<groupId>org.springframework.boot</groupId>
55+
<artifactId>spring-boot-maven-plugin</artifactId>
56+
</plugin>
5157
</plugins>
5258
</build>
5359

0 commit comments

Comments
 (0)