|
196 | 196 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
197 | 197 | <maven-dependency-plugin.version>3.1.2</maven-dependency-plugin.version> |
198 | 198 | <maven-deploy-plugin.version>3.0.0-M1</maven-deploy-plugin.version> |
199 | | - <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version> |
200 | 199 | <maven-failsafe-plugin.version>3.0.0-M5</maven-failsafe-plugin.version> |
201 | 200 | <maven-help-plugin.version>3.2.0</maven-help-plugin.version> |
202 | 201 | <maven-install-plugin.version>3.0.0-M1</maven-install-plugin.version> |
|
483 | 482 | <version>${maven-changes-plugin.version}</version> |
484 | 483 | <type>maven-plugin</type> |
485 | 484 | </dependency> |
486 | | - <dependency> |
487 | | - <groupId>org.apache.maven.plugins</groupId> |
488 | | - <artifactId>maven-enforcer-plugin</artifactId> |
489 | | - <version>${maven-enforcer-plugin.version}</version> |
490 | | - <type>maven-plugin</type> |
491 | | - </dependency> |
492 | 485 | <dependency> |
493 | 486 | <groupId>org.apache.maven.plugins</groupId> |
494 | 487 | <artifactId>maven-invoker-plugin</artifactId> |
|
716 | 709 | <artifactId>maven-changes-plugin</artifactId> |
717 | 710 | <type>maven-plugin</type> |
718 | 711 | </dependency> |
719 | | - <dependency> |
720 | | - <groupId>org.apache.maven.plugins</groupId> |
721 | | - <artifactId>maven-enforcer-plugin</artifactId> |
722 | | - <type>maven-plugin</type> |
723 | | - </dependency> |
724 | 712 | <dependency> |
725 | 713 | <groupId>org.apache.maven.plugins</groupId> |
726 | 714 | <artifactId>maven-invoker-plugin</artifactId> |
|
812 | 800 | <artifactId>lombok-maven-plugin</artifactId> |
813 | 801 | <version>${lombok-maven-plugin.version}</version> |
814 | 802 | </plugin> |
815 | | - <plugin> |
816 | | - <groupId>org.apache.maven.plugins</groupId> |
817 | | - <artifactId>maven-enforcer-plugin</artifactId> |
818 | | - <version>${maven-enforcer-plugin.version}</version> |
819 | | - </plugin> |
820 | 803 | <plugin> |
821 | 804 | <groupId>org.apache.maven.plugins</groupId> |
822 | 805 | <artifactId>maven-invoker-plugin</artifactId> |
|
907 | 890 | </plugins> |
908 | 891 | </pluginManagement> |
909 | 892 | <plugins> |
910 | | - <plugin> |
911 | | - <groupId>org.apache.maven.plugins</groupId> |
912 | | - <artifactId>maven-enforcer-plugin</artifactId> |
913 | | - <executions> |
914 | | - <execution> |
915 | | - <id>enforce-versions</id> |
916 | | - <goals> |
917 | | - <goal>enforce</goal> |
918 | | - </goals> |
919 | | - <configuration> |
920 | | - <rules> |
921 | | - <bannedPlugins> |
922 | | - <level>ERROR</level> |
923 | | - <excludes> |
924 | | - <exclude>org.apache.maven.plugins:maven-verifier-plugin</exclude> |
925 | | - </excludes> |
926 | | - <message>Please consider using the maven-invoker-plugin (http://maven.apache.org/plugins/maven-invoker-plugin/)!</message> |
927 | | - </bannedPlugins> |
928 | | - <requireMavenVersion> |
929 | | - <version>${version.maven}</version> |
930 | | - </requireMavenVersion> |
931 | | - <requireJavaVersion> |
932 | | - <version>${java.version}</version> |
933 | | - </requireJavaVersion> |
934 | | - </rules> |
935 | | - </configuration> |
936 | | - </execution> |
937 | | - </executions> |
938 | | - </plugin> |
939 | 893 | <plugin> |
940 | 894 | <groupId>org.apache.maven.plugins</groupId> |
941 | 895 | <artifactId>maven-invoker-plugin</artifactId> |
|
1226 | 1180 |
|
1227 | 1181 | <reporting> |
1228 | 1182 | <plugins> |
1229 | | - <plugin> |
1230 | | - <groupId>org.apache.maven.plugins</groupId> |
1231 | | - <artifactId>maven-enforcer-plugin</artifactId> |
1232 | | - </plugin> |
1233 | 1183 | <plugin> |
1234 | 1184 | <groupId>org.apache.maven.plugins</groupId> |
1235 | 1185 | <artifactId>maven-invoker-plugin</artifactId> |
|
0 commit comments