Project

General

Profile

Task #2094

Updated by Radek Tomiška about 4 years ago

Plugin 'maven-processor-plugin.4.0-beta1' doesn't work on java 8 - configure plugin version '3.3.3' usage and check all other plugins to have version specified - automatic latest version usage is dangerous. 

 Build failed exception: 
 <pre> 
 [INFO] --- maven-processor-plugin:4.0-beta1:process (process) @ forest-index --- 
 [WARNING] Error injecting: org.bsc.maven.plugin.processor.MainAnnotationProcessorMojo 
 java.lang.TypeNotPresentException: Type org.bsc.maven.plugin.processor.MainAnnotationProcessorMojo not present 
 ... 
 Caused by: java.lang.UnsupportedClassVersionError: org/bsc/maven/plugin/processor/MainAnnotationProcessorMojo has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0 
 </pre> 

Back