|
@@ -143,22 +143,23 @@
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
<version>${spring-boot.version}</version>
|
|
|
</plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-source-plugin</artifactId>
|
|
|
- <version>${maven-source-plugin.version}</version>
|
|
|
- <configuration>
|
|
|
- <attach>true</attach>
|
|
|
- </configuration>
|
|
|
- <executions>
|
|
|
- <execution>
|
|
|
- <phase>compile</phase>
|
|
|
- <goals>
|
|
|
- <goal>jar</goal>
|
|
|
- </goals>
|
|
|
- </execution>
|
|
|
- </executions>
|
|
|
- </plugin>
|
|
|
+<!-- 是否生成源码包,目前临时去掉,因为kenkins复制jar包的地方需要调整-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.apache.maven.plugins</groupId>-->
|
|
|
+<!-- <artifactId>maven-source-plugin</artifactId>-->
|
|
|
+<!-- <version>${maven-source-plugin.version}</version>-->
|
|
|
+<!-- <configuration>-->
|
|
|
+<!-- <attach>true</attach>-->
|
|
|
+<!-- </configuration>-->
|
|
|
+<!-- <executions>-->
|
|
|
+<!-- <execution>-->
|
|
|
+<!-- <phase>compile</phase>-->
|
|
|
+<!-- <goals>-->
|
|
|
+<!-- <goal>jar</goal>-->
|
|
|
+<!-- </goals>-->
|
|
|
+<!-- </execution>-->
|
|
|
+<!-- </executions>-->
|
|
|
+<!-- </plugin>-->
|
|
|
<!--拷贝资源文件 copy-resources-->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|