File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 237237 </sourceDirectories >
238238 </configuration >
239239 </plugin >
240+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
241+ <plugin >
242+ <groupId >org.eclipse.m2e</groupId >
243+ <artifactId >lifecycle-mapping</artifactId >
244+ <version >1.0.0</version >
245+ <configuration >
246+ <lifecycleMappingMetadata >
247+ <pluginExecutions >
248+ <pluginExecution >
249+ <pluginExecutionFilter >
250+ <groupId >org.apache.maven.plugins</groupId >
251+ <artifactId >maven-dependency-plugin</artifactId >
252+ <versionRange >[2.7,)</versionRange >
253+ <goals >
254+ <goal >unpack</goal >
255+ </goals >
256+ </pluginExecutionFilter >
257+ <action >
258+ <ignore ></ignore >
259+ </action >
260+ </pluginExecution >
261+ </pluginExecutions >
262+ </lifecycleMappingMetadata >
263+ </configuration >
264+ </plugin >
240265 </plugins >
241266 </pluginManagement >
242267 </build >
You can’t perform that action at this time.
0 commit comments