File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 228228 </executions >
229229 </plugin >
230230 </plugins >
231+ <pluginManagement >
232+ <plugins >
233+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
234+ <plugin >
235+ <groupId >org.eclipse.m2e</groupId >
236+ <artifactId >lifecycle-mapping</artifactId >
237+ <version >1.0.0</version >
238+ <configuration >
239+ <lifecycleMappingMetadata >
240+ <pluginExecutions >
241+ <pluginExecution >
242+ <pluginExecutionFilter >
243+ <groupId >
244+ org.apache.maven.plugins
245+ </groupId >
246+ <artifactId >
247+ maven-antrun-plugin
248+ </artifactId >
249+ <versionRange >[1.7,)</versionRange >
250+ <goals >
251+ <goal >run</goal >
252+ </goals >
253+ </pluginExecutionFilter >
254+ <action >
255+ <ignore ></ignore >
256+ </action >
257+ </pluginExecution >
258+ </pluginExecutions >
259+ </lifecycleMappingMetadata >
260+ </configuration >
261+ </plugin >
262+ </plugins >
263+ </pluginManagement >
231264 </build >
232265</project >
Original file line number Diff line number Diff line change 119119 </executions >
120120 </plugin >
121121 </plugins >
122+ <pluginManagement >
123+ <plugins >
124+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
125+ <plugin >
126+ <groupId >org.eclipse.m2e</groupId >
127+ <artifactId >lifecycle-mapping</artifactId >
128+ <version >1.0.0</version >
129+ <configuration >
130+ <lifecycleMappingMetadata >
131+ <pluginExecutions >
132+ <pluginExecution >
133+ <pluginExecutionFilter >
134+ <groupId >
135+ org.apache.maven.plugins
136+ </groupId >
137+ <artifactId >
138+ maven-antrun-plugin
139+ </artifactId >
140+ <versionRange >[1.7,)</versionRange >
141+ <goals >
142+ <goal >run</goal >
143+ </goals >
144+ </pluginExecutionFilter >
145+ <action >
146+ <ignore ></ignore >
147+ </action >
148+ </pluginExecution >
149+ </pluginExecutions >
150+ </lifecycleMappingMetadata >
151+ </configuration >
152+ </plugin >
153+ </plugins >
154+ </pluginManagement >
122155 </build >
123156 <profiles >
124157 <profile >
You can’t perform that action at this time.
0 commit comments