Skip to content

Commit 14167cf

Browse files
author
Soroosh Sarabadani
committed
Add tools.jar to boot classpath
1 parent 41a10a2 commit 14167cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

operator-framework/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,17 @@
2828
<artifactId>maven-surefire-plugin</artifactId>
2929
<version>${surefire.version}</version>
3030
</plugin>
31+
<plugin>
32+
<groupId>org.apache.maven.plugins</groupId>
33+
<artifactId>maven-compiler-plugin</artifactId>
34+
<configuration>
35+
<compilerArguments>
36+
<bootclasspath>
37+
${java.home}/lib/rt.jar${path.separator}${java.home}/lib/jce.jar${path.separator}${java.home}/../lib/tools.jar
38+
</bootclasspath>
39+
</compilerArguments>
40+
</configuration>
41+
</plugin>
3142
</plugins>
3243
</build>
3344

0 commit comments

Comments
 (0)