File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 7979 <version .plantuml>8059</version .plantuml>
8080 <version .graphviz>0.17.0</version .graphviz>
8181 <version .fmt-maven-plugin>2.9</version .fmt-maven-plugin>
82+ <version .jar.plugin>3.2.0</version .jar.plugin>
8283 <!-- Checkstyle props -->
8384 <checkstyle .failOnViolation>true</checkstyle .failOnViolation>
8485 <checkstyle .header.template><![CDATA[
290291 <artifactId >fmt-maven-plugin</artifactId >
291292 <version >${version.fmt-maven-plugin} </version >
292293 </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 >
293306 <plugin >
294307 <groupId >org.apache.maven.plugins</groupId >
295308 <artifactId >maven-source-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments