Tuesday, 15 September 2015

Maven issue while installing Spring project -



Maven issue while installing Spring project -

attended spring core training recently. when installed projects after course of study , converted projects maven project, next error.

project build error: non-resolvable parent pom: repository scheme offline artifact com.springsource.training.core-spring:parentcorespringproject:pom: 4.0.0.ci-snapshot not available in local repository. , 'parent.relativepath' points @ wrong local pom

i tried adding relative-path too, did not help.

<parent> <groupid>com.springsource.training.core-spring</groupid> <artifactid>parentcorespringproject</artifactid> <version>4.0.0.ci-snapshot</version> </parent>

the message pretty clear - pom points repository don;t have access to.

either access, or alter repository points to.

(maven downloads required dependencies(jar files) server , apparently don't have access specified server can utilize public servers/repositories instead)

spring maven

No comments:

Post a Comment