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 180180 <maven .release.plugin.version>2.5.3</maven .release.plugin.version>
181181 <maven .scm.plugin.version>1.9.5</maven .scm.plugin.version>
182182 <maven .deploy.plugin.version>2.8.2</maven .deploy.plugin.version>
183+ <maven .jdeps.plugin.version>3.1.0</maven .jdeps.plugin.version>
183184 <nexus .staging.maven.plugin.version>1.6.8</nexus .staging.maven.plugin.version>
184185 </properties >
185186
438439 </pluginManagement >
439440
440441 <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 >
441454 <plugin >
442455 <groupId >org.codehaus.mojo</groupId >
443456 <artifactId >buildnumber-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments