intellij IDEA--- 報inspects a maven model for resolution problems
報這個錯,大部分的解決方法是:
第一種:
找到pom.xml
右擊 --> Maven --> reImport
第二種方法:
但是我匯入ITOO專案的時候,每個模組匯入沒有問題,一旦匯入parent或者api這種maven專案的時候,就總是報這種inspects a maven model for resolution problems錯誤。
試了以上兩種方法,都不行。然後我就考慮是不是,因為api和parent都是單獨的專案,應該作為一個單獨的專案匯入?然後 就試了一試,果然成功了。
做法如下:
我把***.api和***.parent的資料夾放到和我的專案程式碼是一個級別的目錄下:
然後我再File -> New -> Module form existing code:
這樣就不報錯了,O(∩_∩)O哈哈~
建好之後的目錄結構如下:
最後匯入 之後別忘了,install執行以下api和parent。讓他們的jar包加入到本地倉庫,被專案依賴引用。
PS:並不是所有的錯都這麼解決的,要根據你遇到的問題的實際情況。有可能是你寫的依賴parent的pom檔案的路徑不對,也會報這個錯。
相關文章
- 學習Maven IntelliJMavenIntelliJ
- 建立Maven專案,提示'settings.xml' has syntax errors less... (Ctrl+F1) Inspection info: Inspects a Maven...MavenXMLError
- [基礎] Stable Diffusion, High-Resolution Image Synthesis with Latent Diffusion Models
- [論文閱讀] High-Resolution Image Synthesis with Latent Diffusion Models
- 在Intellij IDEA中如何配置MavenIntelliJIdeaMaven
- 刪除IntelliJ Idea中Maven ArchetypeIntelliJIdeaMaven
- git - problemsGit
- Week 11 Problems
- Week 4 Problems
- 刪除 IntelliJ Idea 中自定義的 Maven ArchetypeIntelliJIdeaMaven
- Intellij IDEA-IDEA中配置Maven TomcatIntelliJIdeaMavenTomcat
- 【maven】Maven報錯 zip END header not foundMavenHeader
- 使用IntelliJ IDEA 15和Maven建立Java Web專案IntelliJIdeaMavenJavaWeb
- MySQL could not be resolved: Temporary failure in name resolution報錯解決方法MySqlAI
- Object Name Resolution (248)Object
- IntelliJ IDEA 建立Spring+SpringMVC+mybatis+maven專案IntelliJIdeaSpringMVCMyBatisMaven
- Oracle Database Link ProblemsOracleDatabase
- Idea intellij jdk 1.7通過maven建立Springboot專案IdeaIntelliJJDKMavenSpring Boot
- [Android]後端之路--intellij IDEA Maven專案的搭建(1)Android後端IntelliJIdeaMaven
- 用intellij Idea載入eclipse的maven專案全流程IntelliJIdeaEclipseMaven
- IntelliJ IDEA中建立Web聚合專案(Maven多模組專案)IntelliJIdeaWebMaven
- Solution for Deepin DNS resolution errorDNSError
- Resolution of Schema Object Dependencies (241)Object
- LeetCode Flatten Related ProblemsLeetCode
- Week 8 Problems 幽夜默示錄
- IntelliJ IDEA 構建maven多模組工程專案(詳細多圖)IntelliJIdeaMaven
- Learning Spark——使用Intellij Idea開發基於Maven的Spark程式SparkIntelliJIdeaMaven
- eclipse建maven pom報錯EclipseMaven
- maven報錯:找不到符號Maven符號
- [virtualbox] temporary failure in name resolutionAI
- oracle ora-00997 problemsOracle
- idea 報錯maven [ERROR] Maven execution terminated abnormally (exit code 1)IdeaMavenErrorORM
- IntelliJ IDEA 匯入maven專案並將它及依賴打成jar包IntelliJIdeaMavenJAR
- 2021 New Year‘s Resolution
- java Build Path Problems:Archive for required libraryJavaUIHive
- Row Movement Common Questions and Problems on Partitioned Tables
- Problems with OWB 11.2 on Winsows XP
- 【《TOP》讀書筆記】<1> Performance Problems筆記ORM