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 180
180
<maven .release.plugin.version>2.5.3</maven .release.plugin.version>
181
181
<maven .scm.plugin.version>1.9.5</maven .scm.plugin.version>
182
182
<maven .deploy.plugin.version>2.8.2</maven .deploy.plugin.version>
183
+ <maven .jdeps.plugin.version>3.1.0</maven .jdeps.plugin.version>
183
184
<nexus .staging.maven.plugin.version>1.6.8</nexus .staging.maven.plugin.version>
184
185
</properties >
185
186
438
439
</pluginManagement >
439
440
440
441
<plugins >
442
+ <plugin >
443
+ <artifactId >maven-jdeps-plugin</artifactId >
444
+ <version >${maven.jdeps.plugin.version} </version >
445
+ <executions >
446
+ <execution >
447
+ <goals >
448
+ <goal >jdkinternals</goal > <!-- verify main classes -->
449
+ <goal >test-jdkinternals</goal > <!-- verify test classes -->
450
+ </goals >
451
+ </execution >
452
+ </executions >
453
+ </plugin >
441
454
<plugin >
442
455
<groupId >org.codehaus.mojo</groupId >
443
456
<artifactId >buildnumber-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments