S
S
s2018-04-08 22:42:37
Java
s, 2018-04-08 22:42:37

Why doesn't the mvn install command work?

Why might the mvn install command not work to put the jar in the local repository?
5aca70a9ca124224247354.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
s, 2018-04-08
@solovladys

Specified jdk JAVA_HOME in Environment Variables :
https://confluence.atlassian.com/doc/setting-the-j...
Added to pom.xml

<properties>
    <maven.compiler.source>1.6</maven.compiler.source>
    <maven.compiler.target>1.6</maven.compiler.target>
  </properties>

and earned

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question