I'm attaching you my build ERROR and the pom.xml, Please help me out

Build ERROR;

[INFO] Scanning for projects...
[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[FATAL] Non-resolvable parent POM for 
org.onap.policy.models:policy-models:2.2.1-SNAPSHOT: Failure to find 
org.onap.policy.parent:integration:pom:3.1.1 in 
https://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced and 'parent.relativePath' points at no local POM 
@ line 26, column 13
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.onap.policy.models:policy-models:2.2.1-SNAPSHOT 
(C:\Users\Sandeep Kumar\Desktop\Gitlab\policy-models\pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM for 
org.onap.policy.models:policy-models:2.2.1-SNAPSHOT: Failure to find 
org.onap.policy.parent:integration:pom:3.1.1 in 
https://repo.maven.apache.org/maven2 was cached in the local repository, 
resolution will not be reattempted until the update interval of central has 
elapsed or updates are forced and 'parent.relativePath' points at no local POM 
@ line 26, column 13 -> [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

Pom.xml

<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.onap.policy.parent</groupId>
<artifactId>integration</artifactId>
<version>3.1.1</version>
<relativePath />
</parent>

<groupId>org.onap.policy.models</groupId>
<artifactId>policy-models</artifactId>
<version>2.2.1-SNAPSHOT</version>

<packaging>pom</packaging>
<name>policy-models</name>
<description>This repo holds model code agnostic to PDP engines</description>

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#20370): https://lists.onap.org/g/onap-discuss/message/20370
Mute This Topic: https://lists.onap.org/mt/72536793/21656
Mute #policy: https://lists.onap.org/mk?hashtag=policy&subid=2740164
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to