Что от меня MAVEN хочет?
От: senglory  
Дата: 16.08.19 12:42
Оценка:

C:\prj\Demo\Java\jexer>C:\apache-maven-3.6.1\bin\mvn clean package 2:57 PM
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------------< com.github.klamonte:jexer >----------------------
[INFO] Building Jexer 0.0.6
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jexer ---
[INFO] Deleting C:\prj\Demo\Java\jexer\target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jexer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources
[INFO] Copying 11 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jexer ---
[INFO] Changes detected — recompiling the module!
[INFO] Compiling 115 source files to C:\prj\Demo\Java\jexer\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: 3.744 s
[INFO] Finished at: 2019-08-16T14:51:59+03:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project jexer: Compilation fa
ilure: 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



Что ему надо? И где правки вносить?
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.