File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- distributionUrl =https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.0/apache-maven-3.5.0-bin.zip
1+ wrapperVersion =3.3.4
2+ distributionType =only-script
3+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.16/apache-maven-3.9.16-bin.zip
Original file line number Diff line number Diff line change 5252
5353 <!-- 版本属性定义:Java 版本、依赖版本与 Maven 插件版本统一管理 -->
5454 <properties >
55+ <!-- ═══ 第一段: 基础属性(自然排序)═══ -->
5556 <java .version>17</java .version>
5657 <maven .compiler.release>${java.version} </maven .compiler.release>
57- <maven .compiler.source>${java.version} </maven .compiler.source>
58- <maven .compiler.target>${java.version} </maven .compiler.target>
59- <maven .version>3.0</maven .version>
58+ <maven .version>3.9.16</maven .version>
6059 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
6160 <!-- Dependency versions -->
6261 <commons-exec .version>1.4.0</commons-exec .version>
226225 <version >${maven-compiler-plugin.version} </version >
227226 <configuration >
228227 <release >${java.version} </release >
229- <!-- 源代码编译版本 -->
230- <source >${java.version} </source >
231- <!-- 目标平台编译版本 -->
232- <target >${java.version} </target >
233228 <!-- 字符集编码 -->
234229 <encoding >${project.build.sourceEncoding} </encoding >
235230 <!-- 编译最大内存 -->
486481 <artifactId >maven-compiler-plugin</artifactId >
487482 <version >${maven-compiler-plugin.version} </version >
488483 <configuration >
489- <source >${java.version} </source >
490- <target >${java.version} </target >
491484 <!-- 保留方法参数名,支持 Spring MVC 按参数名绑定 -->
492485 <parameters >true</parameters >
493486 <encoding >${project.build.sourceEncoding} </encoding >
You can’t perform that action at this time.
0 commit comments