在opendaylight專案開發時,執行maven命令生成專案骨架時,出現錯誤。
問題一:在opendaylight專案開發時,執行maven命令生成專案骨架時,出現錯誤。
執行:mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/public/ -DarchetypeCatalog=http://nexus.opendaylight.org/content/repositories/public/archetype-catalog.xml -DarchetypeVersion=1.3.1-Carbon
提示錯誤:Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1,'http://nexus.opendaylight.org/content/repositories/public/archetype-catalog
原因是maven外掛的新版本-DarchetypeCatalog不支援設定url格式的引數了,所以改為執行以下命令:
mvn archetype:generate -DarchetypeGroupId=org.opendaylight.controller -DarchetypeArtifactId=opendaylight-startup-archetype -DarchetypeRepository=http://nexus.opendaylight.org/content/repositories/opendaylight.release -DarchetypeCatalog=remote -DarchetypeVersion=1.3.1-Carbon
相關文章
- 建立Maven專案出錯Maven
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- 建立Maven專案出錯 pom出錯Maven
- IntelliJ IDEA 執行專案的時候提示 Command line is too long 錯誤IntelliJIdea
- Blazor專案在VisualStudio除錯時配置執行基礎目錄Blazor除錯
- Maven建立專案遇到導包錯誤:Maven
- 專案部署時郵件傳送錯誤
- maven使用mvn archetype:generate命令建立專案骨架遇到的問題Maven
- IDEA執行maven專案詳解IdeaMaven
- Linux 執行定時任務後,Laravel 專案報錯LinuxLaravel
- MyEclipse - 通過Maven建立WebApp專案時,生成的專案名中總是包含Maven Webapp的問題EclipseMavenWebAPP
- 執行maven專案出現Error:java: JDK isn‘t specified for module ‘XXX‘MavenErrorJavaJDK
- eclipse中maven專案failonmissingwebxml錯誤的修復EclipseMavenAIWebXML
- 在vue專案中使用骨架屏Vue
- MES專案執行:3個要避免的錯誤
- 一行命令同時修改maven專案中多個mudule的版本號Maven
- vs 嘗試執行專案時出錯:無法啟動除錯。拒絕訪問。除錯
- 執行web專案報錯Web
- 使用 deploy 部署專案時報 Serialization of 'Closure' is not allowed 錯誤
- SAP Spartacus 專案開發時需要注意的一些常見錯誤
- Unity開啟專案生成vs工程時閃退Unity
- 【Maven實戰技巧】「外掛使用專題」Maven-Archetype外掛建立自定義maven專案骨架Maven
- Java專案計算程式執行時間方法Java
- 在 Maven 專案中使用 HanLPMavenHanLP
- IDEA Maven專案開發注意事項IdeaMaven
- 在spring boot專案(maven)中引入其他 spring boot專案Spring BootMaven
- nukkit maven 專案除錯外掛Maven除錯
- 用maven建立專案及maven常用命令Maven
- IDEA配置Maven執行一個簡單的專案IdeaMaven
- android 新專案狗屎錯誤Android
- SpringBoot專案在Eclipse/MyEclipse中執行Spring BootEclipse
- Maven建立SSM專案 啟動時報錯Mapped Statements collection does not contain value for xxxMavenSSMAPPAI
- 從githup下載別人的vue專案,執行出錯GitVue
- maven專案執行不成功,沒有出現資訊: Starting ProtocolHandler ["http-bio-8090"]MavenProtocolHTTP
- 在 ABAP 開發工具執行時錯誤顯示介面裡植入思否貓
- 專案開發常用的Git命令Git
- Maven 專案文件Maven
- Maven 專案模板Maven