Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Erro ao dar maven install

Sempre qnd tento dar um Maven Install me da esse erro.

[INFO] ------------------------------------------------------------- [ERROR] error reading C:\Users\lucas.m2\repository\org\javassist\javassist\3.16.1-GA\javassist-3.16.1-GA.jar; ZipFile invalid LOC header (bad signature) [ERROR] error reading C:\Users\lucas.m2\repository\org\unbescape\unbescape\1.1.0.RELEASE\unbescape-1.1.0.RELEASE.jar; ZipFile invalid LOC header (bad signature) [ERROR] Source option 1.5 is no longer supported. Use 1.6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later. [INFO] 4 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.997 s [INFO] Finished at: 2018-03-14T00:16:02-03:00 [INFO] Final Memory: 15M/52M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project listavip: Compilation failure: Compilation failure: [ERROR] error reading C:\Users\lucas.m2\repository\org\javassist\javassist\3.16.1-GA\javassist-3.16.1-GA.jar; ZipFile invalid LOC header (bad signature) [ERROR] error reading C:\Users\lucas.m2\repository\org\unbescape\unbescape\1.1.0.RELEASE\unbescape-1.1.0.RELEASE.jar; ZipFile invalid LOC header (bad signature) [ERROR] Source option 1.5 is no longer supported. Use 1.6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 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

sabem oq pode ser?

1 resposta
solução!

Boa noite, Lucas! Isso normalmente é problema causado por JAR corrompido! Lembro que uma vez eu tive maior dor de cabeça por causa disso!

Normalmente, excluir a pasta .m2 do Maven e pedir para fazer um novo download das dependências resolve, como vc pode ver nesse tópico do stackoverflow:

https://stackoverflow.com/questions/14495040/tomcat-server-fails-to-start-the-server-and-application-in-sts

Dá uma olhada no link e veja se te ajuda.

Qualquer coisa, se continuar dando problema a gente procura alguma solução alternativa.