pom.xml

    0熱度

    1回答

    我開發了一個使用STS的Spring Boot應用程序。 該應用程序在STS中運行完美。 但現在我試圖運行一個jar文件的命令java -jar eVoting.jar(eVoting是應用程序的名稱)在這裏我收到以下異常。 [email protected]:~/Naveen/eVoting/WorkSpace/evoting/target$ java -jar eVoting.jar

    0熱度

    2回答

    我只是試圖在STS中創建一個新的Maven項目(只是骨架),並直接拋出錯誤。我沒有做或修改任何東西,它只是拋出錯誤,當我創建項目,並且POM顯示錯誤。我對Maven非常陌生,嘗試了在討論板上討論的多個選項,但沒有任何幫助。 錯誤: Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plug

    0熱度

    1回答

    是否可以重寫maven依賴範圍? 測試範圍依賴在運行時可用,使衝突 這是我的聚甲醛here 我失去了在配置什麼?或重寫我的範圍?所有測試作用域依賴性的快速依賴關係在運行時都可用。

    0熱度

    1回答

    我執行 mvn install 並得到以下錯誤POM文件的java: [ERROR] Failed to execute goal on project 1: Could not resolve dependencies for project 1:1:jar:0.0.1-SNAPSHOT: Could not find artifact com.sun:tools:jar:1.6.0 at

    0熱度

    1回答

    運行: MVN安裝 收到此錯誤: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler- plugin:2.5.1:compile (default-compile) on project 1: Fatal error compiling: tools.jar not found: C:\Program

    1熱度

    1回答

    我正在對Jenkins Pipeline Shared Groovy Library中使用的代碼執行單元測試。具體來說,我需要模擬Jenkinsfile中的steps對象,該對象是org.jenkinsci.plugins.workflow.cps.DSL的一個實例。在我的Gradle構建中,我已經指定了如下所示的依賴關係: testCompile group: 'org.jenkins-ci.p

    2熱度

    1回答

    我嘗試使用neo4j打開圖形數據庫,但在嘗試了幾個變通辦法後不斷得到此錯誤。 要啓用自動升級,請設置配置參數 「dbms.allow_format_migration =真正的」 在pom.xml中改變Neo4j的內核版本 這裏是我的依賴: <dependency> <groupId>org.springframework.data</groupId> <artifactId>

    -1熱度

    2回答

    做行家乾淨的安裝,然後運行MVN安裝在Eclipse中收到此錯誤後,不知道它是指: [ERROR] /Users/user1/Desktop/proj1/src/main/java/com/proj/proj1/dao/testDAO.java:[18,21] try-with-resources is not supported in -source 1.5 [ERROR] (use -sou

    0熱度

    1回答

    我想在發佈下一個版本標籤時記錄在pom.xml屬性標籤中完成的更改。任何領導將受到高度讚賞。

    -1熱度

    1回答

    我在工作區上有好幾個項目,而且我使用的是Eclipse的eclipse。當我將pom文件更改爲其中一個項目時,maven會嘗試更新我工作區中的所有項目,而這顯然需要很長時間。 我想更新其POM文件只chaned項目,而不是完全更新workpace, 我怎樣才能做到這一點? 謝謝。