diff --git a/pom.xml b/pom.xml index 9841cf2b7d3eb7ddcaf901e75aaea5b6f02e1de2..eb78e7489008b0513ffc1d27b05d60003dbab622 100644 --- a/pom.xml +++ b/pom.xml @@ -1,41 +1,88 @@ - 4.0.0 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 - com.example - demo - 0.0.1-SNAPSHOT - jar - jenkins-springboot + com.example + demo + 0.0.1-SNAPSHOT + jar + jenkins-springboot - - org.springframework.boot - spring-boot-starter-parent - 2.5.5 - - + + org.springframework.boot + spring-boot-starter-parent + 2.5.5 + + - - UTF-8 - UTF-8 - 1.8 - + + UTF-8 + UTF-8 + 1.8 + - - - org.springframework.boot - spring-boot-starter-web - - + + + org.springframework.boot + spring-boot-starter-web + + - + app - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + + + maven-snapshots + https://nexus.example.com/repository/maven-snapshots/ + + + maven-releases + https://nexus.example.com/repository/maven-releases/ + + + + + + + maven-snapshots + https://nexus.example.com/repository/maven-snapshots/ + + true + + + false + always + + + + maven-releases + https://nexus.example.com/repository/maven-releases/ + + false + + + true + + + + aliyun + https://maven.aliyun.com/repository/public/ + + false + + + true + + + \ No newline at end of file