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
Getting COMPILATION ERROR : error using latest Java and maven
$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< org.liquibase.ext.impala:liquibase-impala >--------------
[INFO] Building liquibase-impala 1.3.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ liquibase-impala ---
[INFO] Deleting C:\Users*\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ liquibase-impala ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users*\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ liquibase-impala ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to C:\Users**\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.033 s
[INFO] Finished at: 2021-06-16T13:40:33-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project liquibase-impala: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
The text was updated successfully, but these errors were encountered:
zvenig
changed the title
Getting COMPILATION ERROR : error using latest Java and maven
COMPILATION ERROR : error using latest Java and maven
Jun 16, 2021
Getting COMPILATION ERROR : error using latest Java and maven
$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] -------------< org.liquibase.ext.impala:liquibase-impala >--------------
[INFO] Building liquibase-impala 1.3.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ liquibase-impala ---
[INFO] Deleting C:\Users*\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ liquibase-impala ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory C:\Users*\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\src\main\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ liquibase-impala ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 51 source files to C:\Users**\Downloads\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\liquibase-impala-fix-support_for_apache_hive_jdbc_driver\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.033 s
[INFO] Finished at: 2021-06-16T13:40:33-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project liquibase-impala: Compilation failure: Compilation failure:
[ERROR] Source option 6 is no longer supported. Use 7 or later.
[ERROR] Target option 6 is no longer supported. Use 7 or later.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
3 MINGW64 ~/Downloads/liquibase-impala-fix-support_for_apache_hive_jdbc_driver/liquibase-impala-fix-support_for_apache_hive_jdbc_driver
The text was updated successfully, but these errors were encountered: