Maven:Non-resolvable parent POM and 'parent.relativePath' points at wrong local POM

后端 未结 6 1530
独厮守ぢ
独厮守ぢ 2021-02-02 07:35

I am using maven 3 to run the application but I am getting the following error:

[ERROR] The build could not read 1 project -> [Help 1]
org.apache.maven.projec         


        
6条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-02-02 08:26

    So In my case, After trying all the above options, I realized it was VPN (company firewall).once connected and ran cmd: clean install spring-boot:run. Issue is resolved. Step 1: check maven is configured correctly or not. Step 2: check settings.xml is mapped correctly or not. Step 3: verify if you are behind any firewall then map your repo urls accordingly. Step 4:run clean install spring-boot:run step 5: issue is resolved.

提交回复
热议问题