-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
The workaround is for now to force using java 8 in pom.xml as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>xmlbeans-maven-plugin</artifactId>
<version>2.3.3</version>
<executions>
<execution>
<goals>
<goal>xmlbeans</goal>
</goals>
</execution>
</executions>
<inherited>true</inherited>
<configuration>
<schemaDirectory>src/main/xsd</schemaDirectory>
<compiler>/usr/lib/jvm/java-8-openjdk-amd64/bin/javac</compiler>
</configuration>
</plugin>
the compiler parameter should specify an alternative path to a java 8 compiler.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels