Problem:
ErrorListener missing when using maven-jaxb-plugin with eclipse and m2e
goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate:
Solution:
Remove JREs from eclipse preferences
Set default as jdk
and
Add bold section in eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
../../../.p2/pool/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.8.0_102/bin/javaw.exe
-install
C:/Users/Krishnan/eclipse/jee-neon/eclipse
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
Life cycle not covered
Update m2e plug in
Or mark the error to be ignored
Xsd related errors
Xsd Not visible in src path
in buildpath tick not xjc but tick each and every folder after xjc
ErrorListener missing when using maven-jaxb-plugin with eclipse and m2e
goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate:
Solution:
Remove JREs from eclipse preferences
Set default as jdk
and
Add bold section in eclipse.ini
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
../../../.p2/pool/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.appendVmargs
-vm
C:/Program Files/Java/jdk1.8.0_102/bin/javaw.exe
-install
C:/Users/Krishnan/eclipse/jee-neon/eclipse
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
-Declipse.p2.max.threads=10
-Doomph.update.url=http://download.eclipse.org/oomph/updates/milestone/latest
-Doomph.redirection.index.redirection=index:/->http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/
Life cycle not covered
Update m2e plug in
Or mark the error to be ignored
Xsd related errors
Xsd Not visible in src path
in buildpath tick not xjc but tick each and every folder after xjc
No comments:
Post a Comment