File tree Expand file tree Collapse file tree 1 file changed +0
-87
lines changed Expand file tree Collapse file tree 1 file changed +0
-87
lines changed Original file line number Diff line number Diff line change 328
328
</plugins >
329
329
</build >
330
330
</profile >
331
- <profile >
332
- <id >hudson</id >
333
- <activation >
334
- <property >
335
- <name >BUILD_NUMBER</name >
336
- </property >
337
- </activation >
338
- <build >
339
- <plugins >
340
- <plugin >
341
- <groupId >org.apache.maven.plugins</groupId >
342
- <artifactId >maven-checkstyle-plugin</artifactId >
343
- <version >2.6</version >
344
- <configuration >
345
- <configLocation >${basedir} /quality_assurance/checkstyle_rules.xml</configLocation >
346
- <propertyExpansion >basedir=${basedir} </propertyExpansion >
347
- </configuration >
348
- <executions >
349
- <execution >
350
- <phase >package</phase >
351
- <goals >
352
- <goal >checkstyle</goal >
353
- </goals >
354
- </execution >
355
- </executions >
356
- </plugin >
357
-
358
- <plugin >
359
- <groupId >org.codehaus.mojo</groupId >
360
- <artifactId >cobertura-maven-plugin</artifactId >
361
- <version >2.5.1</version >
362
- <configuration >
363
- <formats >
364
- <format >xml</format >
365
- </formats >
366
- </configuration >
367
- <executions >
368
- <execution >
369
- <phase >package</phase >
370
- <goals >
371
- <goal >cobertura</goal >
372
- </goals >
373
- </execution >
374
- </executions >
375
- </plugin >
376
-
377
- <plugin >
378
- <groupId >org.codehaus.mojo</groupId >
379
- <artifactId >findbugs-maven-plugin</artifactId >
380
- <version >2.3.2</version >
381
- <configuration >
382
- <threshold >High</threshold >
383
- <failOnError >false</failOnError >
384
- <findbugsXmlOutput >true</findbugsXmlOutput >
385
- </configuration >
386
- <executions >
387
- <execution >
388
- <phase >package</phase >
389
- <goals >
390
- <goal >check</goal >
391
- </goals >
392
- </execution >
393
- </executions >
394
- </plugin >
395
-
396
- <plugin >
397
- <groupId >org.apache.maven.plugins</groupId >
398
- <artifactId >maven-pmd-plugin</artifactId >
399
- <version >3.0</version >
400
- <configuration >
401
- <linkXRef >true</linkXRef >
402
- <rulesets >
403
- <ruleset >${basedir} /quality_assurance/pmd_rules.xml</ruleset >
404
- </rulesets >
405
- </configuration >
406
- <executions >
407
- <execution >
408
- <phase >package</phase >
409
- <goals >
410
- <goal >pmd</goal >
411
- </goals >
412
- </execution >
413
- </executions >
414
- </plugin >
415
- </plugins >
416
- </build >
417
- </profile >
418
331
</profiles >
419
332
</project >
You can’t perform that action at this time.
0 commit comments