Guest User

Untitled

a guest
Aug 3rd, 2017
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.98 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. Downloading: https://repo.maven.apache.org/maven2/org/springframework/boot/spring-boot-starter-parent/2.0.0.M1/spring-boot-starter-parent-2.0.0.M1.pom
  3. [ERROR] [ERROR] Some problems were encountered while processing the POMs:
  4. [WARNING] 'parent.relativePath' of POM com.test.testapplication:application:1.0-SNAPSHOT (D:\Git\Test\vagrant\workspace\backend\testapplication\application\pom.xml) points at com.test.testapplication:testapplication instead of org.springframework.boot:spring-boot-starter-parent, please verify your project structure @ line 20, column 13
  5. [FATAL] Non-resolvable parent POM for com.test.testapplication:application:1.0-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.M1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 20, column 13
  6. [WARNING] The expression ${parent.artifactId} is deprecated. Please use ${project.parent.artifactId} instead. @
  7.  @
  8. [ERROR] The build could not read 1 project -> [Help 1]
  9. [ERROR]
  10. [ERROR]   The project com.test.testapplication:application:1.0-SNAPSHOT (D:\Git\Test\vagrant\workspace\backend\testapplication\application\pom.xml) has 1 error
  11. [ERROR]     Non-resolvable parent POM for com.test.testapplication:application:1.0-SNAPSHOT: Could not find artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.M1 in central (https://repo.maven.apache.org/maven2) and 'parent.relativePath' points at wrong local POM @ line 20, column 13 -> [Help 2]
  12. [ERROR]
  13. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  14. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  15. [ERROR]
  16. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  17. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
  18. [ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
Add Comment
Please, Sign In to add comment