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
- 在Intellij IDEA中如何配置MavenIntelliJIdeaMaven
- 建立Maven專案,提示'settings.xml' has syntax errors less... (Ctrl+F1) Inspection info: Inspects a Maven...MavenXMLError
- git - problemsGit
- Week 4 Problems
- Week 11 Problems
- 刪除 IntelliJ Idea 中自定義的 Maven ArchetypeIntelliJIdeaMaven
- IntelliJ IDEA 建立Spring+SpringMVC+mybatis+maven專案IntelliJIdeaSpringMVCMyBatisMaven
- CF727F [Polycarp's problems] & [EX_Polycarp's problems]
- Idea intellij jdk 1.7通過maven建立Springboot專案IdeaIntelliJJDKMavenSpring Boot
- LeetCode Flatten Related ProblemsLeetCode
- [Android]後端之路--intellij IDEA Maven專案的搭建(1)Android後端IntelliJIdeaMaven
- 【maven】Maven報錯 zip END header not foundMavenHeader
- Problems in Mathematical Analysis (American First Edition)
- [virtualbox] temporary failure in name resolutionAI
- 2021 New Year‘s Resolution
- Week 8 Problems 幽夜默示錄
- idea 報錯maven [ERROR] Maven execution terminated abnormally (exit code 1)IdeaMavenErrorORM
- IntelliJ IDEA Maven專案下資料夾不能右鍵新建class等檔案IntelliJIdeaMaven
- TKDE 2017:A Comprehensive Survey of Graph Embedding: Problems, Techniques and ApplicationsAPP
- IntelliJ IDEA java maven專案讀取配置檔案資訊 java.util.ResourceBundle 方式IntelliJIdeaJavaMaven
- 釋出DDD腳手架到Maven倉庫,IntelliJ IDEA 配置一下即可使用MavenIntelliJIdea
- 小程式 · <input>報錯:<input v-model="item">: You are binding v-model directly...
- machine learning model(algorithm model) .vs. statistical modelMacGo
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">報錯HTTPMavenApache
- rust-quiz:005-trait-resolution-hrtb.rsRustUIAI
- TypeScript 裡的 module 解析過程 - Module ResolutionTypeScript
- IntelliJ Idea14 建立Maven多模組專案,多繼承,熱部署配置總結(一)IntelliJIdeaMaven繼承熱部署
- 寶塔:續簽SSL證書報錯Verification failed, domain name resolution error or verification URL cannot be accessed!AIError
- 【IntelliJ IDEA】IntelliJIdea
- ADS報錯:Sorry, but the license for the following library is not available: "System Model Library"AI
- 工作286:v-model沒有值會報錯
- Maven專案報錯:No bean named 'xxxxxx' availableMavenBeanAI
- idea匯入專案報Maven version is not definedIdeaMaven
- 解決eclipse的maven依賴報錯EclipseMaven
- Maven編譯elasticsearch-analysis-ik報錯Maven編譯Elasticsearch
- 解決Intellij IDEA2018 的 maven專案每次啟動後都恢復到1.5的JDKIntelliJIdeaMavenJDK
- 【Maven】Maven概述Maven
- 如何用double hashing解決collision resolution問題