Skip to content

Commit d05ba74

Browse files
author
Vladimir Kotal
committed
try to use java API links
fixes #2629
1 parent 81b586e commit d05ba74

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,13 @@ Portions Copyright (c) 2018, Chris Fraire <cfraire@me.com>.
268268
</executions>
269269
<configuration>
270270
<verbose>true</verbose>
271+
<!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8212233 -->
272+
<javaApiLinks>
273+
<property>
274+
<name>foo</name>
275+
<value>bar</value>
276+
</property>
277+
</javaApiLinks>
271278
<sourceFileExcludes>
272279
<!-- workarounds for https://github.com/jflex-de/jflex/issues/542 -->
273280
<exclude>**/HistoryLineTokenizer.java</exclude>

0 commit comments

Comments
 (0)