Commit 641b34a 1 parent ff917ac commit 641b34a Copy full SHA for 641b34a
File tree 3 files changed +48
-0
lines changed
3 files changed +48
-0
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 41
41
<skip >true</skip >
42
42
</configuration >
43
43
</plugin >
44
+ <plugin >
45
+ <groupId >org.apache.maven.plugins</groupId >
46
+ <artifactId >maven-deploy-plugin</artifactId >
47
+ <version >${maven-deploy-plugin.version} </version >
48
+ <configuration >
49
+ <skip >true</skip >
50
+ </configuration >
51
+ </plugin >
52
+ <plugin >
53
+ <groupId >org.apache.maven.plugins</groupId >
54
+ <artifactId >maven-checkstyle-plugin</artifactId >
55
+ <configuration >
56
+ <!-- Skip checkstyle for auto-generated code -->
57
+ <skip >true</skip >
58
+ </configuration >
59
+ </plugin >
44
60
</plugins >
45
61
</build >
46
62
</project >
Original file line number Diff line number Diff line change 85
85
<skip >true</skip >
86
86
</configuration >
87
87
</plugin >
88
+ <plugin >
89
+ <groupId >org.apache.maven.plugins</groupId >
90
+ <artifactId >maven-checkstyle-plugin</artifactId >
91
+ <configuration >
92
+ <!-- Skip checkstyle for auto-generated code -->
93
+ <skip >true</skip >
94
+ </configuration >
95
+ </plugin >
96
+ <plugin >
97
+ <groupId >org.apache.maven.plugins</groupId >
98
+ <artifactId >maven-deploy-plugin</artifactId >
99
+ <version >${maven-deploy-plugin.version} </version >
100
+ <configuration >
101
+ <skip >true</skip >
102
+ </configuration >
103
+ </plugin >
88
104
</plugins >
89
105
</build >
90
106
</project >
You can’t perform that action at this time.
0 commit comments