Skip to content

Commit e5be376

Browse files
committed
[feature] Apache Maven JAR Plugin
1 parent 2d5cc82 commit e5be376

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,12 @@
288288
<artifactId>maven-dependency-plugin</artifactId>
289289
<version>3.9.0</version>
290290
</plugin>
291+
<!-- MAven Jar plugin -->
292+
<plugin>
293+
<groupId>org.apache.maven.plugins</groupId>
294+
<artifactId>maven-jar-plugin</artifactId>
295+
<version>3.5.0</version>
296+
</plugin>
291297
</plugins>
292298
</build>
293299
</project>

0 commit comments

Comments
 (0)