We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a09c8 commit 5773784Copy full SHA for 5773784
build-parent/pom.xml
@@ -17,6 +17,7 @@
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
19
<surefire-plugin.version>3.1.0</surefire-plugin.version>
20
+ <jar-plugin.version>3.3.0</jar-plugin.version>
21
</properties>
22
<dependencyManagement>
23
<dependencies>
@@ -82,6 +83,11 @@
82
83
<artifactId>maven-surefire-plugin</artifactId>
84
<version>${surefire-plugin.version}</version>
85
</plugin>
86
+ <plugin>
87
+ <groupId>org.apache.maven.plugins</groupId>
88
+ <artifactId>maven-jar-plugin</artifactId>
89
+ <version>${jar-plugin.version}</version>
90
+ </plugin>
91
</plugins>
92
</pluginManagement>
93
</build>
0 commit comments