Nexmo / vonage-spring-boot-starter-java

Spring Boot Starter for Vonage
Apache License 2.0
0 stars 2 forks source link

Create app skeleton #8

Closed j4ckofalltrades closed 3 years ago

j4ckofalltrades commented 3 years ago

Refs #3

Build output:

$ mvn clean install
...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for vonage-starter 1.0.0:
[INFO] 
[INFO] vonage-starter ..................................... SUCCESS [  0.258 s]
[INFO] vonage-spring-boot-autoconfigure ................... SUCCESS [  0.846 s]
[INFO] voange-spring-boot-starter ......................... SUCCESS [  0.035 s]
[INFO] vonage-spring-boot-test-application ................ SUCCESS [  0.069 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
j4ckofalltrades commented 3 years ago

@yallen011 Requesting review

j4ckofalltrades commented 3 years ago

@slorello89 Yeah I assumed it was a typo, Maven does not have a build lifecycle phase by default - https://maven.apache.org/guides/introduction/introduction-to-the-lifecycle.html.

This is also the same for the https://github.com/Nexmo/nexmo-spring-boot-starter repo (where this pull request is based on).

yallen011 commented 3 years ago

@slorello89 yeah, @j4ckofalltrades is correct. That should be changed in the specs. it should be mvn clean install

j4ckofalltrades commented 3 years ago

PR has gone stale; marking as closed.