Non-resolvable parent POM for Could not find artifact and 'parent.relativePath' points at wrong local POM

前端 未结 9 1154
广开言路
广开言路 2021-02-05 03:58

I am new to maven.

I have one project which I try to build with the maven3.

When I run the command mvn -X clean install I got the error.

<         


        
9条回答
  •  旧时难觅i
    2021-02-05 04:23

    You need to have the file /root/test/devenv/openstack-rhel/pom.xml

    This file need to have the followings elements:

    
        4.0.0
        org.openstack
        openstack-rhel-rpms
        2012.1-SNAPSHOT
        pom
    
    

提交回复
热议问题