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

后端 未结 6 1545
独厮守ぢ
独厮守ぢ 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条回答
  •  旧时难觅i
    2021-02-02 08:26

             ` Adding the following to pom.xml will resolve the issue.      
            
                central
                Central Repository
                https://repo.maven.apache.org/maven2
                default
                
                    false
                
                
                    never
                
            
       
        
       
            
                central
                Central Repository
                https://repo.maven.apache.org/maven2
                default
                
                    false
                
            
          `
    

提交回复
热议问题