File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 79
79
<version .plantuml>8059</version .plantuml>
80
80
<version .graphviz>0.17.0</version .graphviz>
81
81
<version .fmt-maven-plugin>2.9</version .fmt-maven-plugin>
82
+ <version .jar.plugin>3.2.0</version .jar.plugin>
82
83
<!-- Checkstyle props -->
83
84
<checkstyle .failOnViolation>true</checkstyle .failOnViolation>
84
85
<checkstyle .header.template><![CDATA[
290
291
<artifactId >fmt-maven-plugin</artifactId >
291
292
<version >${version.fmt-maven-plugin} </version >
292
293
</plugin >
294
+ <plugin >
295
+ <groupId >org.apache.maven.plugins</groupId >
296
+ <artifactId >maven-jar-plugin</artifactId >
297
+ <version >${version.jar.plugin} </version >
298
+ <executions >
299
+ <execution >
300
+ <goals >
301
+ <goal >test-jar</goal >
302
+ </goals >
303
+ </execution >
304
+ </executions >
305
+ </plugin >
293
306
<plugin >
294
307
<groupId >org.apache.maven.plugins</groupId >
295
308
<artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments