You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2021/04/15 16:57:37 UTC

[mina] branch 2.1.X updated: Fixed the xbean plugin error in eclipse

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch 2.1.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.1.X by this push:
     new 5156438  Fixed the xbean plugin error in eclipse
     new 04d121f  Merge branch '2.1.X' of http://gitbox.apache.org/repos/asf/mina into 2.1.X
5156438 is described below

commit 5156438760ebef879a3dd29eb0eff7f808d4dff9
Author: emmanuel lecharny <el...@apache.org>
AuthorDate: Thu Apr 15 18:57:15 2021 +0200

    Fixed the xbean plugin error in eclipse
---
 pom.xml | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/pom.xml b/pom.xml
index d2b5169..1133f77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,6 +754,32 @@
           <artifactId>versions-maven-plugin</artifactId>
           <version>${version.versions.plugin}</version>
         </plugin>
+
+        <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.xbean</groupId>
+                      <artifactId>maven-xbean-plugin</artifactId>
+                      <versionRange>[4.12,)</versionRange>
+                      <goals>
+                        <goal>mapping</goal>
+                      </goals>
+                    </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>