Commit ee1b30d 1 parent 643f630 commit ee1b30d Copy full SHA for ee1b30d
File tree 3 files changed +64
-9
lines changed
3 files changed +64
-9
lines changed Original file line number Diff line number Diff line change 92
92
<skip >true</skip >
93
93
</configuration >
94
94
</plugin >
95
+ <plugin >
96
+ <groupId >org.apache.maven.plugins</groupId >
97
+ <artifactId >maven-deploy-plugin</artifactId >
98
+ <version >${maven-deploy-plugin.version} </version >
99
+ <configuration >
100
+ <skip >true</skip >
101
+ </configuration >
102
+ </plugin >
103
+ <plugin >
104
+ <groupId >org.apache.maven.plugins</groupId >
105
+ <artifactId >maven-checkstyle-plugin</artifactId >
106
+ <configuration >
107
+ <!-- Skip checkstyle for auto-generated code -->
108
+ <skip >true</skip >
109
+ </configuration >
110
+ </plugin >
95
111
</plugins >
96
112
</build >
97
113
Original file line number Diff line number Diff line change 23
23
</modules >
24
24
25
25
<build >
26
- <pluginManagement >
27
- <plugins >
28
- <plugin >
29
- <groupId >org.springframework.boot</groupId >
30
- <artifactId >spring-boot-maven-plugin</artifactId >
31
- <version >${springboot.version} </version >
32
- </plugin >
33
- </plugins >
34
- </pluginManagement >
35
26
<plugins >
27
+ <plugin >
28
+ <groupId >org.apache.maven.plugins</groupId >
29
+ <artifactId >maven-deploy-plugin</artifactId >
30
+ <version >${maven-deploy-plugin.version} </version >
31
+ <configuration >
32
+ <skip >true</skip >
33
+ </configuration >
34
+ </plugin >
36
35
<plugin >
37
36
<groupId >org.apache.maven.plugins</groupId >
38
37
<artifactId >maven-site-plugin</artifactId >
41
40
<skip >true</skip >
42
41
</configuration >
43
42
</plugin >
43
+ <plugin >
44
+ <groupId >org.apache.maven.plugins</groupId >
45
+ <artifactId >maven-deploy-plugin</artifactId >
46
+ <version >${maven-deploy-plugin.version} </version >
47
+ <configuration >
48
+ <skip >true</skip >
49
+ </configuration >
50
+ </plugin >
51
+ <plugin >
52
+ <groupId >org.apache.maven.plugins</groupId >
53
+ <artifactId >maven-checkstyle-plugin</artifactId >
54
+ <configuration >
55
+ <!-- Skip checkstyle for auto-generated code -->
56
+ <skip >true</skip >
57
+ </configuration >
58
+ </plugin >
44
59
</plugins >
45
60
</build >
46
61
</project >
Original file line number Diff line number Diff line change 77
77
<groupId >org.springframework.boot</groupId >
78
78
<artifactId >spring-boot-maven-plugin</artifactId >
79
79
</plugin >
80
+ <plugin >
81
+ <groupId >org.apache.maven.plugins</groupId >
82
+ <artifactId >maven-deploy-plugin</artifactId >
83
+ <version >${maven-deploy-plugin.version} </version >
84
+ <configuration >
85
+ <skip >true</skip >
86
+ </configuration >
87
+ </plugin >
80
88
<plugin >
81
89
<groupId >org.apache.maven.plugins</groupId >
82
90
<artifactId >maven-site-plugin</artifactId >
85
93
<skip >true</skip >
86
94
</configuration >
87
95
</plugin >
96
+ <plugin >
97
+ <groupId >org.apache.maven.plugins</groupId >
98
+ <artifactId >maven-checkstyle-plugin</artifactId >
99
+ <configuration >
100
+ <!-- Skip checkstyle for auto-generated code -->
101
+ <skip >true</skip >
102
+ </configuration >
103
+ </plugin >
104
+ <plugin >
105
+ <groupId >org.apache.maven.plugins</groupId >
106
+ <artifactId >maven-deploy-plugin</artifactId >
107
+ <version >${maven-deploy-plugin.version} </version >
108
+ <configuration >
109
+ <skip >true</skip >
110
+ </configuration >
111
+ </plugin >
88
112
</plugins >
89
113
</build >
90
114
</project >
You can’t perform that action at this time.
0 commit comments