idea 上maven打包jar报错:only whitespace content allowed before start tag and not = (position: START_DOCUM
找到maven文件夹config/setting.xml文件,首先第一行必须是版本及编码声明,再去看jdk-1.8true1.8<maven.compiler.source>1.8</maven.compiler.source><maven.compiler.target>1.8</maven.compiler.target>&l...
·
找到maven文件夹config/setting.xml文件,首先第一行必须是版本及编码声明,再去看
jdk-1.8
true
1.8
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.compilerVersion>1.8</maven.compiler.compilerVersion>
对齐,没有多余的空格!!!!!!!!!!
更多推荐




所有评论(0)