File tree Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Expand file tree Collapse file tree 1 file changed +0
-38
lines changed Original file line number Diff line number Diff line change 380
380
<artifactId >findbugs-maven-plugin</artifactId >
381
381
<version >3.0.5</version >
382
382
</plugin >
383
- <plugin >
384
- <groupId >org.codehaus.mojo</groupId >
385
- <artifactId >clirr-maven-plugin</artifactId >
386
- <version >2.8</version >
387
- </plugin >
388
383
<plugin >
389
384
<groupId >org.codehaus.mojo</groupId >
390
385
<artifactId >animal-sniffer-maven-plugin</artifactId >
620
615
</properties >
621
616
622
617
<profiles >
623
- <profile >
624
- <id >clirr-compatibility-check</id >
625
- <!--
626
- CLIRR Maven plugin's dependencies are quite old and not available
627
- in some build environment (Airlock).
628
- https://github.com/googleapis/java-shared-config/issues/956
629
- Extracting this plugin declaration as a profile enables us to disable
630
- the CLIRR dependency resolution by `mvn -P=-clirr-compatibility-check ...`
631
- -->
632
- <activation >
633
- <!-- The compatibility check runs by default in CIs -->
634
- <jdk >[1.8,)</jdk >
635
- </activation >
636
- <build >
637
- <plugins >
638
- <plugin >
639
- <groupId >org.codehaus.mojo</groupId >
640
- <artifactId >clirr-maven-plugin</artifactId >
641
- <configuration >
642
- <ignoredDifferencesFile >clirr-ignored-differences.xml</ignoredDifferencesFile >
643
- <logResults >true</logResults >
644
- </configuration >
645
- <executions >
646
- <execution >
647
- <goals >
648
- <goal >check</goal >
649
- </goals >
650
- </execution >
651
- </executions >
652
- </plugin >
653
- </plugins >
654
- </build >
655
- </profile >
656
618
<profile >
657
619
<id >animal-sniffer</id >
658
620
<activation >
You can’t perform that action at this time.
0 commit comments