refactor(all): 优化maven插件触发 优化编译打包版本

This commit is contained in:
v-zhangjc9
2024-03-06 10:42:55 +08:00
parent f069dee39d
commit c038664567
55 changed files with 285 additions and 189 deletions

View File

@@ -24,13 +24,17 @@
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>repackage</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>