File tree Expand file tree Collapse file tree
native-image-shared-config Expand file tree Collapse file tree Original file line number Diff line number Diff line change 102102 </plugin >
103103 </plugins >
104104 </pluginManagement >
105+ <plugins >
106+ <plugin >
107+ <groupId >org.apache.maven.plugins</groupId >
108+ <artifactId >maven-enforcer-plugin</artifactId >
109+ <version >3.6.3</version >
110+ <inherited >false</inherited >
111+ <executions >
112+ <execution >
113+ <id >enforce</id >
114+ <configuration >
115+ <skip >true</skip >
116+ </configuration >
117+ </execution >
118+ </executions >
119+ </plugin >
120+ </plugins >
105121 </build >
106122 <profiles >
107123 <profile >
Original file line number Diff line number Diff line change 4141 <skip >true</skip >
4242 </configuration >
4343 </plugin >
44+ <plugin >
45+ <groupId >org.apache.maven.plugins</groupId >
46+ <artifactId >maven-enforcer-plugin</artifactId >
47+ <version >3.6.3</version >
48+ <executions >
49+ <execution >
50+ <id >enforce</id >
51+ <configuration >
52+ <skip >true</skip >
53+ </configuration >
54+ </execution >
55+ </executions >
56+ </plugin >
4457 </plugins >
4558 </build >
4659 <distributionManagement >
You can’t perform that action at this time.
0 commit comments