Error in Maven clean or package

1. Run the MVN – V command and report an error. Java.io.filenotfoundexception: F:: (java-maven-apache-maven-3.6.3) bin…/conf/logging

just create a logging folder

2. My java development and learning journey; Java NiO reports java.nio.charset.malformedinputexception: input length = 1 exception
I show that all encoding in idea is set to UTF-8, and check

, but it still can’t
and then read this blog: https://blog.csdn.net/ouyang_ Peng/article/details/46462379
, delete the Chinese garbled code in application.properties and rewrite it in Chinese.

By the way, when using terminal to build MVN package in idea, you can add – x,
that is

mvn package -X

In this way, you can see the specific error log

Read More: