File tree 2 files changed +23
-2
lines changed
2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 7
7
cp target/sendgrid-java-$(VERSION ) -shaded.jar sendgrid-java.jar
8
8
9
9
test :
10
- mvn test
10
+ mvn test spotbugs:spotbugs checkstyle:check -Dcheckstyle.config.location=google_checks.xml
11
11
12
12
test-integ : test
13
13
Original file line number Diff line number Diff line change 259
259
</execution >
260
260
</executions >
261
261
</plugin >
262
+ <plugin >
263
+ <groupId >com.github.spotbugs</groupId >
264
+ <artifactId >spotbugs-maven-plugin</artifactId >
265
+ <version >4.0.4</version >
266
+ <dependencies >
267
+ <dependency >
268
+ <groupId >com.github.spotbugs</groupId >
269
+ <artifactId >spotbugs</artifactId >
270
+ <version >4.0.4</version >
271
+ </dependency >
272
+ </dependencies >
273
+ </plugin >
262
274
</plugins >
263
275
</build >
264
276
<developers >
309
321
<version >1.66</version >
310
322
</dependency >
311
323
</dependencies >
312
- </project >
324
+ <reporting >
325
+ <plugins >
326
+ <plugin >
327
+ <groupId >org.apache.maven.plugins</groupId >
328
+ <artifactId >maven-checkstyle-plugin</artifactId >
329
+ <version >3.0.0</version >
330
+ </plugin >
331
+ </plugins >
332
+ </reporting >
333
+ </project >
You can’t perform that action at this time.
0 commit comments