Maven: 每次更新Maven Project ,JAVA 版本都变为1.5

转载:https://blog.csdn.net/Evan_Leung/article/details/50656424

<plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.2</version>
                <configuration>
                    <source>1.7</source>
                    <target>1.7</target>
                    <encoding>UTF-8</encoding>
                </configuration>
</plugin>

posted @ 2021-12-07 09:38  规格严格-功夫到家  阅读(80)  评论(0编辑  收藏  举报