File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 754754 <artifactId >versions-maven-plugin</artifactId >
755755 <version >${version.versions.plugin} </version >
756756 </plugin >
757+
758+ <!-- This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
759+ <plugin >
760+ <groupId >org.eclipse.m2e</groupId >
761+ <artifactId >lifecycle-mapping</artifactId >
762+ <version >1.0.0</version >
763+ <configuration >
764+ <lifecycleMappingMetadata >
765+ <pluginExecutions >
766+ <pluginExecution >
767+ <pluginExecutionFilter >
768+ <groupId >org.apache.xbean</groupId >
769+ <artifactId >maven-xbean-plugin</artifactId >
770+ <versionRange >[4.12,)</versionRange >
771+ <goals >
772+ <goal >mapping</goal >
773+ </goals >
774+ </pluginExecutionFilter >
775+ <action >
776+ <ignore />
777+ </action >
778+ </pluginExecution >
779+ </pluginExecutions >
780+ </lifecycleMappingMetadata >
781+ </configuration >
782+ </plugin >
757783 </plugins >
758784 </pluginManagement >
759785
You can’t perform that action at this time.
0 commit comments