|
19 | 19 | </organization> |
20 | 20 | <properties> |
21 | 21 | <main.basedir>..</main.basedir> |
| 22 | + <disable.checks>false</disable.checks> |
22 | 23 | <java.version>1.6</java.version> |
23 | 24 | <aether.version>1.0.2.v20150114</aether.version> |
24 | 25 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
438 | 439 | <id>checkstyle-validation</id> |
439 | 440 | <phase>validate</phase> |
440 | 441 | <configuration> |
| 442 | + <skip>${disable.checks}</skip> |
441 | 443 | <configLocation>src/checkstyle/checkstyle.xml</configLocation> |
442 | 444 | <suppressionsLocation>src/checkstyle/checkstyle-suppressions.xml</suppressionsLocation> |
443 | 445 | <headerLocation>src/checkstyle/checkstyle-header.txt</headerLocation> |
|
562 | 564 | <groupId>org.codehaus.mojo</groupId> |
563 | 565 | <artifactId>animal-sniffer-maven-plugin</artifactId> |
564 | 566 | <configuration> |
| 567 | + <skip>${disable.checks}</skip> |
565 | 568 | <signature> |
566 | 569 | <groupId>org.codehaus.mojo.signature</groupId> |
567 | 570 | <artifactId>java16</artifactId> |
|
638 | 641 | </pluginRepository> |
639 | 642 | </pluginRepositories> |
640 | 643 | </profile> |
| 644 | + <profile> |
| 645 | + <id>fast</id> |
| 646 | + <activation> |
| 647 | + <property> |
| 648 | + <name>fast</name> |
| 649 | + </property> |
| 650 | + </activation> |
| 651 | + <properties> |
| 652 | + <disable.checks>true</disable.checks> |
| 653 | + </properties> |
| 654 | + <repositories> |
| 655 | + <repository> |
| 656 | + <id>spring-ext</id> |
| 657 | + <url>http://repo.spring.io/ext-release-local/</url> |
| 658 | + <releases> |
| 659 | + <enabled>true</enabled> |
| 660 | + </releases> |
| 661 | + <snapshots> |
| 662 | + <enabled>false</enabled> |
| 663 | + </snapshots> |
| 664 | + </repository> |
| 665 | + <repository> |
| 666 | + <id>spring-milestones</id> |
| 667 | + <name>Spring Milestones</name> |
| 668 | + <url>http://repo.spring.io/milestone</url> |
| 669 | + <snapshots> |
| 670 | + <enabled>false</enabled> |
| 671 | + </snapshots> |
| 672 | + </repository> |
| 673 | + <repository> |
| 674 | + <id>spring-snapshots</id> |
| 675 | + <name>Spring Snapshots</name> |
| 676 | + <url>http://repo.spring.io/snapshot</url> |
| 677 | + <snapshots> |
| 678 | + <enabled>true</enabled> |
| 679 | + </snapshots> |
| 680 | + </repository> |
| 681 | + </repositories> |
| 682 | + <pluginRepositories> |
| 683 | + <pluginRepository> |
| 684 | + <id>spring-milestones</id> |
| 685 | + <name>Spring Milestones</name> |
| 686 | + <url>http://repo.spring.io/milestone</url> |
| 687 | + <snapshots> |
| 688 | + <enabled>false</enabled> |
| 689 | + </snapshots> |
| 690 | + </pluginRepository> |
| 691 | + <pluginRepository> |
| 692 | + <id>spring-snapshots</id> |
| 693 | + <name>Spring Snapshots</name> |
| 694 | + <url>http://repo.spring.io/snapshot</url> |
| 695 | + <snapshots> |
| 696 | + <enabled>true</enabled> |
| 697 | + </snapshots> |
| 698 | + </pluginRepository> |
| 699 | + </pluginRepositories> |
| 700 | + </profile> |
641 | 701 | <profile> |
642 | 702 | <id>eclipse.profile</id> |
643 | 703 | <activation> |
|
0 commit comments