|
467 | 467 | </reportSet> |
468 | 468 | </reportSets> |
469 | 469 | </plugin> |
470 | | - <plugin> |
471 | | - <groupId>org.codehaus.mojo</groupId> |
472 | | - <artifactId>cobertura-maven-plugin</artifactId> |
473 | | - <reportSets> |
474 | | - <reportSet> |
475 | | - <!-- Disabled as it kills the site generation via a NoClassDefFoundError --> |
476 | | - <reports /> |
477 | | - </reportSet> |
478 | | - </reportSets> |
479 | | - </plugin> |
480 | 470 | <plugin> |
481 | 471 | <groupId>org.apache.maven.plugins</groupId> |
482 | 472 | <artifactId>maven-checkstyle-plugin</artifactId> |
|
500 | 490 | </reporting> |
501 | 491 | </profile> |
502 | 492 |
|
503 | | - <profile> |
504 | | - <id>only-eclipse</id> |
505 | | - <activation> |
506 | | - <property> |
507 | | - <name>m2e.version</name> |
508 | | - </property> |
509 | | - </activation> |
510 | | - <build> |
511 | | - <pluginManagement> |
512 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on |
513 | | - the Maven build itself. --> |
514 | | - <plugins> |
515 | | - <plugin> |
516 | | - <groupId>org.eclipse.m2e</groupId> |
517 | | - <artifactId>lifecycle-mapping</artifactId> |
518 | | - <version>1.0.0</version> |
519 | | - <configuration> |
520 | | - <lifecycleMappingMetadata> |
521 | | - <pluginExecutions> |
522 | | - <pluginExecution> |
523 | | - <pluginExecutionFilter> |
524 | | - <groupId>org.apache.rat</groupId> |
525 | | - <artifactId>apache-rat-plugin</artifactId> |
526 | | - <versionRange>[0.11,)</versionRange> |
527 | | - <goals> |
528 | | - <goal>check</goal> |
529 | | - </goals> |
530 | | - </pluginExecutionFilter> |
531 | | - <action> |
532 | | - <ignore /> |
533 | | - </action> |
534 | | - </pluginExecution> |
535 | | - <pluginExecution> |
536 | | - <pluginExecutionFilter> |
537 | | - <groupId>org.apache.maven.plugins</groupId> |
538 | | - <artifactId>maven-enforcer-plugin</artifactId> |
539 | | - <versionRange>[1.3.1,)</versionRange> |
540 | | - <goals> |
541 | | - <goal>enforce</goal> |
542 | | - </goals> |
543 | | - </pluginExecutionFilter> |
544 | | - <action> |
545 | | - <ignore /> |
546 | | - </action> |
547 | | - </pluginExecution> |
548 | | - <pluginExecution> |
549 | | - <pluginExecutionFilter> |
550 | | - <groupId>org.apache.maven.plugins</groupId> |
551 | | - <artifactId>maven-remote-resources-plugin</artifactId> |
552 | | - <versionRange>[1.5,)</versionRange> |
553 | | - <goals> |
554 | | - <goal>process</goal> |
555 | | - </goals> |
556 | | - </pluginExecutionFilter> |
557 | | - <action> |
558 | | - <ignore /> |
559 | | - </action> |
560 | | - </pluginExecution> |
561 | | - </pluginExecutions> |
562 | | - </lifecycleMappingMetadata> |
563 | | - </configuration> |
564 | | - </plugin> |
565 | | - </plugins> |
566 | | - </pluginManagement> |
567 | | - </build> |
568 | | - </profile> |
569 | 493 | </profiles> |
570 | 494 |
|
571 | 495 | </project> |
0 commit comments