You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by wu...@apache.org on 2018/01/12 09:27:19 UTC

[incubator-servicecomb-java-chassis] 02/03: SCB-193 Fixed the eclipse m2e waring message

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

wujimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git

commit afeee28d23cee9263371bcac17f4503da67b6f0e
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jan 12 14:55:08 2018 +0800

    SCB-193 Fixed the eclipse m2e waring message
---
 parent/pom.xml | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/parent/pom.xml b/parent/pom.xml
index 18dd5d6..fa0d7b6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,6 +152,32 @@
           </execution>
         </executions>
       </plugin>
+      <!-- Fixed the m2e warning of remote resources plugin -->
+      <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-remote-resources-plugin</artifactId>
+                  <versionRange>[1.0,)</versionRange>
+                  <goals>
+                    <goal>process</goal>
+                  </goals>
+                </pluginExecutionFilter>
+                <action>
+                  <ignore>
+                  </ignore>
+                </action>
+              </pluginExecution>
+            </pluginExecutions>
+          </lifecycleMappingMetadata>
+        </configuration>
+      </plugin>
     </plugins>
     <pluginManagement>
       <plugins>
@@ -160,6 +186,11 @@
           <version>1.5</version>
         </plugin>
         <plugin>
+          <groupId>org.eclipse.m2e</groupId>
+          <artifactId>lifecycle-mapping</artifactId>
+          <version>1.0.0</version>
+        </plugin>
+        <plugin>
           <groupId>io.fabric8</groupId>
           <artifactId>docker-maven-plugin</artifactId>
           <version>0.20.0</version>

-- 
To stop receiving notification emails like this one, please contact
"commits@servicecomb.apache.org" <co...@servicecomb.apache.org>.