Plugin 'org.apache.maven.plugins:maven-resources-plugin:2.7' not found less... (Ctrl+F1)問題解決
在匯入父工程時候,pom.xml中一個資源外掛maven找不到,清理,重新插入,都不行;
解決辦法,使用清理外掛清理下下載失敗的jar,maven工程中重新整理,清理,重新插入解決了報錯問題;
cleanLastUpdated.bat原始碼如下;
把路徑更改為自己的倉庫的路徑;
set REPOSITORY_PATH=G:\tools\apache-maven-3.5.4\repository
rem 正在搜尋...
for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do (
del /s /q %%i
)
rem 搜尋完畢
pause
相關文章
- Could not autowire. No beans of 'OrderService' type found. less... (Ctrl+F1) Inspection info:ChecksBean
- 聊聊如何修復springboot使maven-resources-plugin佔位符失效問題Spring BootMavenPlugin
- 解決bash: mysql: command not found的問題MySql
- 解決Maven外掛無法下載Cannot resolve plugin org.apache.maven.plugins:maven-clean-plugin:2.5MavenPluginApache
- 【問題解決】property [elasticsearch.version] is missing for plugin [head]ElasticsearchPlugin
- springboot專案解決 No beans of 'UserDao' type found 問題Spring BootBean
- 解決Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile(default-compile)AIGoApacheMavenPluginCompile
- 解決Parameter '__frch_item_0' not found. Available parameters 問題AI
- vue預渲染prerender-spa-plugin解決首屏白屏問題VuePlugin
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- Laravel 6 ignition 解決 Class 'xxx' not found 載入緩慢問題Laravel
- Failed to read artifact descriptor for javax.servlet:jstl:jar:1.2 less... (Ctrl+F1) Inspects a MaveAIJavaServletJSJAR
- glibc解決“libc.so.6: version GLIBC_2.14 not found”報錯問題
- 解決 IDEA 中 Wrong root element less..(Ctrl+F1)Inspection info: This inspection checks if root ta 的問題Idea
- Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compileAIGoApacheMavenPluginCompile
- 使用Pycharm出現No module named Test_01_module_a less... (Ctrl+F1) This inspection detects names that shPyCharm
- XML tag has empty body less... (Ctrl+F1) Reports empty tag body. The validation works in XML / JSPXMLJS
- Plugin with id 'com.android.application' not found.PluginAndroidAPP
- node: /lib64/libm.so.6: version `GLIBC_2.27‘ not found問題解決方案IBM
- 已解決:Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986 問題
- ORACLE SELECT INTO NO_DATA_FOUND問題Oracle
- 排查qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.QTPluginPlatform
- 建立Maven專案,提示'settings.xml' has syntax errors less... (Ctrl+F1) Inspection info: Inspects a Maven...MavenXMLError
- 解決Qt編譯動態連結庫could not find or load the Qt platform plugin "windows" in.問題QT編譯PlatformPluginWindows
- bash: lspci: command not found解決方法
- 提問題比解決問題更重要
- 解決Android Studio每次匯入專案都會下載Gradle和Android Gradle plugin的問題AndroidGradlePlugin
- 如何處理 No DMARC Record Found 問題
- 解決跨域問題跨域
- SERVICE問題解決方法
- 解決 Unexpectedlexicaldeclarationincaseblock的問題BloC
- 解決mapper重名問題APP
- qeephp 解決跨越問題PHP
- 解決高度塌陷問題
- Linux作業系統base64命令操作案例,並解決-bash: !: event not found的問題Linux作業系統
- python2.7安裝不了怎麼解決Python
- -bash: XXX: command not found解決辦法
- 解決Vue中”This dependency was not found”的方法Vue