File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 380380 <artifactId >findbugs-maven-plugin</artifactId >
381381 <version >3.0.5</version >
382382 </plugin >
383- <plugin >
384- <groupId >org.codehaus.mojo</groupId >
385- <artifactId >clirr-maven-plugin</artifactId >
386- <version >2.8</version >
387- </plugin >
388383 <plugin >
389384 <groupId >org.codehaus.mojo</groupId >
390385 <artifactId >animal-sniffer-maven-plugin</artifactId >
620615 </properties >
621616
622617 <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 >
656618 <profile >
657619 <id >animal-sniffer</id >
658620 <activation >
You can’t perform that action at this time.
0 commit comments