発生している問題・エラーメッセージ
[ERROR] Error executing Maven. [ERROR] 2 problems were encountered while building the effective settings [FATAL] Non-parseable settings C:\Users\takut.m2\settings.xml: expected START_TAG or END_TAG not TEXT (position: TEXT seen <settings>\r\n\ua0\ua0<proxies>\r\n\ua0\ua0\ua0<p... @3:6) @ C:\Users\takut.m2\settings.xml, line 3, column 6 [FATAL] Non-parseable settings C:\Users\takut.m2\settings.xml: expected START_TAG or END_TAG not TEXT (position: TEXT seen <settings>\r\n\ua0\ua0<proxies>\r\n\ua0\ua0\ua0<p... @3:6) @ C:\Users\takut.m2\settings.xml, line 3, column 6
該当のソースコード
<?xml version="1.0"?> -<settings> -<proxies> -<proxy> <active>true</active> <protocol>http</protocol> <host>httpproxy.example.com</host> <port>8080</port> </proxy> -<proxy> <active>true</active> <protocol>https</protocol> <host>httpsproxy.example.com</host> <port>8080</port> </proxy> </proxies> </settings>
補足情報(FW/ツールのバージョンなど)
Windows
Maven
Java
あなたの回答
tips
プレビュー