tsegismont/vertx-musicstore

mvn problem

Closed this issue · 1 comments

A fresh checkout fails for me

mvn help:effective-pom
[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not find artifact io.vertx:vertx-stack:pom:3.4.0-SNAPSHOT @ line 39, column 19
[ERROR] 'dependencies.dependency.version' for io.vertx:vertx-rx-java:jar is missing. @ line 50, column 17
[ERROR] 'dependencies.dependency.version' for io.vertx:vertx-web-templ-freemarker:jar is missing. @ line 54, column 17
[ERROR] 'dependencies.dependency.version' for io.vertx:vertx-web-client:jar is missing. @ line 58, column 17
[ERROR] 'dependencies.dependency.version' for io.vertx:vertx-jdbc-client:jar is missing. @ line 62, column 17
[ERROR] 'dependencies.dependency.version' for io.vertx:vertx-auth-jdbc:jar is missing. @ line 66, column 17
 @
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project io.vertx.demo:musicstore:1.0-SNAPSHOT (/Users/mdl/tmp/vertx-musicstore/pom.xml) has 6 errors
[ERROR]     Non-resolvable import POM: Could not find artifact io.vertx:vertx-stack:pom:3.4.0-SNAPSHOT @ line 39, column 19 -> [Help 2]
[ERROR]     'dependencies.dependency.version' for io.vertx:vertx-rx-java:jar is missing. @ line 50, column 17
[ERROR]     'dependencies.dependency.version' for io.vertx:vertx-web-templ-freemarker:jar is missing. @ line 54, column 17
[ERROR]     'dependencies.dependency.version' for io.vertx:vertx-web-client:jar is missing. @ line 58, column 17
[ERROR]     'dependencies.dependency.version' for io.vertx:vertx-jdbc-client:jar is missing. @ line 62, column 17
[ERROR]     'dependencies.dependency.version' for io.vertx:vertx-auth-jdbc:jar is missing. @ line 66, column 17
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

Closed via 97e1aea