在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
相關文章
- Qt專案移動時出現的錯誤QT
- 使用Maven命令列快速建立專案骨架(archetype)Maven命令列
- JN專案-maven專案在打war包時出現非法字元: '\ufeff'Maven字元
- 編譯專案時出現的錯誤 線上等回覆編譯
- 建立Maven專案出錯Maven
- maven專案生成的war包在tomcat下執行報錯MavenTomcat
- maven專案打包時生成dependency-reduced-pom.xmlMavenXML
- 建立Maven專案出錯 pom出錯Maven
- Maven建立專案遇到導包錯誤:Maven
- maven使用mvn archetype:generate命令建立專案骨架遇到的問題Maven
- 專案部署時郵件傳送錯誤
- Blazor專案在VisualStudio除錯時配置執行基礎目錄Blazor除錯
- 在vue專案中使用骨架屏Vue
- 測試jdon2.5 開源專案時安裝錯誤
- struts_jdon_hibernate專案執行錯誤
- Linux 執行定時任務後,Laravel 專案報錯LinuxLaravel
- 一行命令同時修改maven專案中多個mudule的版本號Maven
- IDEA執行maven專案詳解IdeaMaven
- vs 嘗試執行專案時出錯:無法啟動除錯。拒絕訪問。除錯
- 卡巴斯機 任務執行時出現錯誤
- Unity開啟專案生成vs工程時閃退Unity
- SAP Spartacus 專案開發時需要注意的一些常見錯誤
- 執行web專案報錯Web
- MES專案執行:3個要避免的錯誤
- MyEclipse - 通過Maven建立WebApp專案時,生成的專案名中總是包含Maven Webapp的問題EclipseMavenWebAPP
- IntelliJ IDEA 執行專案的時候提示 Command line is too long 錯誤IntelliJIdea
- 在開發專案中進行有效的專案管理(轉)專案管理
- 執行maven專案出現Error:java: JDK isn‘t specified for module ‘XXX‘MavenErrorJavaJDK
- 【Maven實戰技巧】「外掛使用專題」Maven-Archetype外掛建立自定義maven專案骨架Maven
- Java專案計算程式執行時間方法Java
- Visual Studio開啟專案時出現“this project is incompatible with the current version of visual studio”錯誤Project
- iOS專案開發實戰——如何進行延時操作iOS
- Maven-在Eclipse中檢出並匯入Maven專案MavenEclipse
- 在使用jbuild7執行jive論壇的時候出現下列錯誤UI
- 在 Maven 專案中使用 HanLPMavenHanLP
- Maven通過命令建立web專案MavenWeb
- 我們剛開發完成的專案在部署時發生的事情
- nukkit maven 專案除錯外掛Maven除錯