ฉันมีการตั้งค่าโครงการ maven ของฉันเป็น 1 โครงการเชลล์และโมดูลลูก 4 โมดูล เมื่อลองสร้างเปลือก ฉันเข้าใจ:
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project module1:1.0_A0 (C:\module1\pom.xml) has 1 error
[ERROR] Non-resolvable parent POM: Failure to find shell:pom:1.0_A0 in http://nyhub1.ny.ssmb.com:8081/nexus/content/repositories/JBoss/ was cached in the local repository, resolution will not be reattempted until the update interval of jboss has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 5, column 11 -> [Help 2]
หากฉันพยายามสร้างโมดูลเดี่ยวฉันได้รับข้อผิดพลาดเดียวกันแทนที่ module1 ด้วยโมดูลใดก็ตามที่เป็น
ให้พวกเขาทั้งหมดอ้างถึงพ่อแม่ในปอมของพวกเขา
<parent>
<artifactId>shell</artifactId>
<groupId>converter</groupId>
<version>1.0_A0</version>
</parent>
นี่คือส่วนที่เกี่ยวข้องของเชลล์ปอม:
<groupId>converter</groupId>
<artifactId>shell</artifactId>
<version>1.0_A0</version>
<packaging>pom</packaging>
<name>shell</name>
<modules>
<module>module1</module>
<module>module2</module>
<module>module3</module>
<module>module4</module>
</modules>
<relativePath>..</relativePath>
ภายใต้การ<parent></parent>
ทำงานสำหรับฉัน