File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
src/main/java/oracle/kubernetes/weblogic/domain/model Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
<build >
15
15
<plugins >
16
+
16
17
<plugin >
17
18
<groupId >org.apache.maven.plugins</groupId >
18
19
<artifactId >maven-compiler-plugin</artifactId >
24
25
</compilerArgs >
25
26
</configuration >
26
27
</plugin >
28
+
29
+ <plugin >
30
+ <groupId >org.apache.maven.plugins</groupId >
31
+ <artifactId >maven-checkstyle-plugin</artifactId >
32
+ </plugin >
33
+
27
34
</plugins >
28
35
</build >
29
36
<dependencies >
Original file line number Diff line number Diff line change 129
129
</executions >
130
130
</plugin >
131
131
132
+ <plugin >
133
+ <groupId >org.apache.maven.plugins</groupId >
134
+ <artifactId >maven-checkstyle-plugin</artifactId >
135
+ </plugin >
136
+
132
137
</plugins >
133
138
</build >
134
139
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ public class Shutdown {
28
28
private String shutdownType ;
29
29
30
30
@ Description (
31
- "For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down the server. "
32
- + " Not required. Defaults to 30 seconds." )
31
+ "For graceful shutdown only, number of seconds to wait before aborting in-flight work and shutting down"
32
+ + " the server. Not required. Defaults to 30 seconds." )
33
33
private Long timeoutSeconds ;
34
34
35
35
@ Description (
Original file line number Diff line number Diff line change 151
151
</compilerArgs >
152
152
</configuration >
153
153
</plugin >
154
+
154
155
<plugin >
155
156
<groupId >org.apache.maven.plugins</groupId >
156
157
<artifactId >maven-failsafe-plugin</artifactId >
169
170
</execution >
170
171
</executions >
171
172
</plugin >
173
+
174
+ <plugin >
175
+ <groupId >org.apache.maven.plugins</groupId >
176
+ <artifactId >maven-checkstyle-plugin</artifactId >
177
+ </plugin >
178
+
172
179
</plugins >
173
180
</build >
174
181
You can’t perform that action at this time.
0 commit comments