File tree 3 files changed +15
-3
lines changed
aliyun-spring-boot-parent
aliyun-spring-boot-samples
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<parent >
8
8
<groupId >com.alibaba.cloud</groupId >
9
- <artifactId >aliyun-spring-boot</artifactId >
9
+ <artifactId >aliyun-spring-boot-parent </artifactId >
10
10
<version >${revision} </version >
11
- <relativePath >../pom.xml</relativePath >
11
+ <relativePath >../aliyun-spring-boot-parent/ pom.xml</relativePath >
12
12
</parent >
13
13
14
14
<artifactId >aliyun-spring-boot-docs</artifactId >
17
17
<name >Aliyun Spring Boot :: Docs</name >
18
18
<description >Spring Boot Documents for Aliyun Services</description >
19
19
20
+ <build >
21
+ <plugins >
22
+ <plugin >
23
+ <groupId >org.apache.maven.plugins</groupId >
24
+ <artifactId >maven-deploy-plugin</artifactId >
25
+ <version >${maven-deploy-plugin.version} </version >
26
+ <configuration >
27
+ <skip >true</skip >
28
+ </configuration >
29
+ </plugin >
30
+ </plugins >
31
+ </build >
20
32
</project >
Original file line number Diff line number Diff line change 36
36
<maven-surefire-plugin .version>2.21.0</maven-surefire-plugin .version>
37
37
<gmavenplus-plugin .version>1.6</gmavenplus-plugin .version>
38
38
<maven-jacoco-plugin .version>0.8.3</maven-jacoco-plugin .version>
39
+ <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
39
40
</properties >
40
41
41
42
<dependencyManagement >
Original file line number Diff line number Diff line change 24
24
<java .target.version>1.8</java .target.version>
25
25
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
26
26
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
27
- <maven-deploy-plugin .version>2.8.2</maven-deploy-plugin .version>
28
27
</properties >
29
28
30
29
<modules >
You can’t perform that action at this time.
0 commit comments