Maven2 cannot find parent from relative path

前端 未结 6 2332
心在旅途
心在旅途 2020-12-18 22:01

I\'m trying to use Maven2 but my child projects cannot find the parent project.

Directory structure is as follows:

--parent
  --pom.xml
--child
  --p         


        
6条回答
  •  醉话见心
    2020-12-18 22:44

    You can't use a property for the parent version - it must match. At the moment this is required for the build to be reproducible at a later date. A number of people are tracking this on issue https://issues.apache.org/jira/browse/MNG-624

提交回复
热议问题