2021-9-4 JDK11 maven打包时报错multiple points等等

Posted 易小顺

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2021-9-4 JDK11 maven打包时报错multiple points等等相关的知识,希望对你有一定的参考价值。

bug 记录

描述:

  Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project bill-consumer: Execution default-testCompile of goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile failed: multiple points


说明

一、解决

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <configuration>
                    <source>11</source>
                    <target>11</target>
                    <encoding>UTF-8</encoding>
                </configuration>
            </plugin>
        </plugins>
    </build>

二、分析

  • 先检查项目的 JDK 和版本是否配套,之后添加编译插件,通过生命周期里面的 install 来完成项目的编译。

总结

熟悉 maven 的版本编译。

以上是关于2021-9-4 JDK11 maven打包时报错multiple points等等的主要内容,如果未能解决你的问题,请参考以下文章

spark-maven打包报错

使用maven-shade-plugin打包maven项目,项目使用spring框架,打包成jar时报错,跪求大佬,弄了好久没出?

maven打包时报错:找不到符号,errors提示:符号:类 xxx位置:程序包 xxx.xxx

解决Maven打包时报错"The packaging for this project did not assign a file to the build artifact"(示

springCloud多模块打包时报错问题

Maven问题 不重启解决执行clean package 命令时报错——Cannot create resource output directory