You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ERROR] Failed to execute goal com.simpligility.maven.plugins:android-maven-plugin:4.6.0:generate-sources (default-generate-sources) on project mmm-ui-android-tab: Execution default-generate-sources of goal com.simpligility.maven.plugins:android-maven-plugin:4.6.0:generate-sources failed: A required class was missing while executing com.simpligility.maven.plugins:android-maven-plugin:4.6.0:generate-sources: javax/xml/bind/annotation/XmlSchema
The XML API has been deprecated and removed from the JRE since Java 9, because it was too heavy and better suited to be an external library/module. That said: You need to define a dependency onto javax.xml.bind:jaxb-api:2.3.1 to have it back in your classpath, if you are using JDK 9 or above, e.g.
To me it seems this plugin does not work with Java11 but only unsupported and outdated Java8 versions...
https://github.com/simpligility/android-maven-plugin/blob/master/.travis.yml#L5
Could you consider adding support for JDK 11?
Hint: https://github.com/devonfw/devon4j/blob/master/documentation/guide-jdk.asciidoc#upgrading
The text was updated successfully, but these errors were encountered: