You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by cd...@apache.org on 2017/11/21 11:50:47 UTC

[07/50] incubator-edgent-samples git commit: squelch eclipse warnings on samples/pom.xml

squelch eclipse warnings on samples/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/commit/28a5305c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/tree/28a5305c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/diff/28a5305c

Branch: refs/heads/develop
Commit: 28a5305cf43b7c0f2f8de7fbe14047d99029f548
Parents: c355475
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed Sep 6 16:31:02 2017 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed Sep 6 16:31:02 2017 -0400

----------------------------------------------------------------------
 pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent-samples/blob/28a5305c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c54819e..713b1e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,6 +261,48 @@
             </formats>
           </configuration>
         </plugin>
+
+        <!--
+              This is a fake plugin which is used to tell m2e (Eclipse) how
+              to process this maven project.
+        -->
+        <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+          <configuration>
+            <lifecycleMappingMetadata>
+              <pluginExecutions>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>copy</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-remote-resources-plugin</artifactId>
+                    <versionRange>[1.0.0,)</versionRange>
+                    <goals>
+                      <goal>process</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <ignore/>
+                  </action>
+                </pluginExecution>
+              </pluginExecutions>
+            </lifecycleMappingMetadata>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>