We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a83b74 commit 903bccfCopy full SHA for 903bccf
pom.xml
@@ -124,6 +124,19 @@
124
<target>1.8</target>
125
</configuration>
126
</plugin>
127
+ <plugin>
128
+ <!-- prevent JDK internal API from sneaking in -->
129
+ <groupId>org.codefx.maven.plugin</groupId>
130
+ <artifactId>jdeps-maven-plugin</artifactId>
131
+ <version>0.1</version>
132
+ <executions>
133
+ <execution>
134
+ <goals>
135
+ <goal>jdkinternals</goal>
136
+ </goals>
137
+ </execution>
138
+ </executions>
139
+ </plugin>
140
<plugin>
141
<!-- create sources.jar -->
142
<groupId>org.apache.maven.plugins</groupId>
0 commit comments