且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

不可分辨父POM在错误的本地POM找不到神器和“parent.relativePath'点

更新时间:2021-10-17 18:06:13

您需要有文件 /root/test/devenv/openstack-rhel/pom.xml

这个文件需要具备以下元素:

This file need to have the followings elements:

<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>
    <groupId>org.openstack</groupId>
    <artifactId>openstack-rhel-rpms</artifactId>
    <version>2012.1-SNAPSHOT</version>
    <packaging>pom</packaging>
</project>