You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by tj...@apache.org on 2020/09/22 17:35:17 UTC

[felix-atomos] branch master updated: Fix errors in Eclipse m2e for the usages of atomos-maven-plugin

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

tjwatson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-atomos.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a62511  Fix errors in Eclipse m2e for the usages of atomos-maven-plugin
8a62511 is described below

commit 8a62511f7c993133fdcaa7d38900dbbec25cc875
Author: Thomas Watson <tj...@us.ibm.com>
AuthorDate: Tue Sep 22 12:34:57 2020 -0500

    Fix errors in Eclipse m2e for the usages of atomos-maven-plugin
---
 pom.xml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/pom.xml b/pom.xml
index f373fe6..1fde8ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,6 +96,20 @@
                                         <ignore />
                                     </action>
                                 </pluginExecution>
+                                <pluginExecution>
+                                    <pluginExecutionFilter>
+                                        <groupId>org.apache.felix</groupId>
+                                        <artifactId>atomos-maven-plugin</artifactId>
+                                        <versionRange>[0,)</versionRange>
+                                        <goals>
+                                            <goal>atomos-native-image</goal>
+                                            <goal>atomos-index</goal>
+                                        </goals>
+                                    </pluginExecutionFilter>
+                                    <action>
+                                        <ignore></ignore>
+                                    </action>
+                                </pluginExecution>
                             </pluginExecutions>
                         </lifecycleMappingMetadata>
                     </configuration>