zynxhealth / z-mon

a jenkins build monitor plugin
33 stars 24 forks source link

mvn clean install errors on pom.xml #10

Open sikuesan opened 6 years ago

sikuesan commented 6 years ago

Hi Can you please help with this, i have folllowed you guide and running mvn clean install errors.

` [root@instance-1 Project]# mvn clean install INFO] Scanning for projects... ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] Non-resolvable parent POM for org.jenkins-ci:z-mon:1.596.2-SNAPSHOT: Failure to find org.jenkins-ci:jenkins:pom:2.121.1 in http://repo.jenkins-ci.o rg/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jenkins-releases has elapsed or updates ar e forced and 'parent.relativePath' points at wrong local POM @ line 6, column 11 @ ERROR] The build could not read 1 project -> [Help 1] [ERROR]
[ERROR] The project org.jenkins-ci:z-mon:1.596.2-SNAPSHOT (/root/Project/pom.xml) has 1 error [ERROR] Non-resolvable parent POM for org.jenkins-ci:z-mon:1.596.2-SNAPSHOT: Failure to find org.jenkins-ci:jenkins:pom:2.121.1 in http://repo.jenkins- ci.org/releases/ was cached in the local repository, resolution will not be reattempted until the update interval of jenkins-releases has elapsed or update s are forced and 'parent.relativePath' points at wrong local POM @ line 6, column 11 -> [Help 2] [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

`