Open behsayah opened 4 years ago
@behsayah. I'll investigate Thanks.
@behsayah, try again
I have received the following errors:
[ERROR] Source option 5 is no longer supported. Use 6 or later. [ERROR] Target option 1.5 is no longer supported. Use 1.6 or later.
I have changed:
<maven.compiler.source>1.9</maven.compiler.source> <maven.compiler.target>1.9</maven.compiler.target>
to :
1.9 1.9
But I got the following error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (default-test) on project spring-boot-generate: There are test failures. [ERROR] [ERROR] Please refer to [PATH]/cli-spring-boot-scaffold/spring-boot-generate/target/surefire-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
@behsayah, try 1.8 please.
I'm in "Usage" steps and I have ran the following commands: $ git clone https://github.com/NetoDevel/cli-spring-boot-scaffold.git $ cd cli-spring-boot-scaffold
and I was about the following command : $ mvn install
I'm getting the following errors:
Would you please help me too solve the issue?
Spring Version is :