Skip to content

Commit 5156438

Browse files
committed
Fixed the xbean plugin error in eclipse
1 parent 3c5cbd9 commit 5156438

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

pom.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,32 @@
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

0 commit comments

Comments
 (0)