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:17 UTC

[incubator-servicecomb-java-chassis] branch master updated (361c73c -> 3364df6)

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

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


    from 361c73c  Generated the Licenses,Notice and DISCLAIMER files when building the artifact
     new 6418915  SCB-193 Fixed some bmi example maven error
     new afeee28  SCB-193 Fixed the eclipse m2e waring message
     new 3364df6  SCB-193 Tried to fixed the Eclpse m2e waring

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml      | 27 ++++++++++++++++++++++++++-
 samples/bmi/pom.xml |  1 -
 2 files changed, 26 insertions(+), 2 deletions(-)

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

[incubator-servicecomb-java-chassis] 01/03: SCB-193 Fixed some bmi example maven error

Posted by wu...@apache.org.
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 6418915b70071442dcec3ef2029725ec647ee2b7
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jan 12 14:25:26 2018 +0800

    SCB-193 Fixed some bmi example maven error
---
 parent/pom.xml      | 1 -
 samples/bmi/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fb54232..18dd5d6 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -135,7 +135,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-remote-resources-plugin</artifactId>
-        <version>1.5</version>
         <executions>
           <execution>
             <goals>
diff --git a/samples/bmi/pom.xml b/samples/bmi/pom.xml
index a0c1b81..80f1cbf 100644
--- a/samples/bmi/pom.xml
+++ b/samples/bmi/pom.xml
@@ -37,7 +37,6 @@
     <module>webapp</module>
   </modules>
 
-  <name>bmi</name>
   <description>Quick Start Demo for Using ServiceComb Java Chassis</description>
 
   <properties>

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

[incubator-servicecomb-java-chassis] 03/03: SCB-193 Tried to fixed the Eclpse m2e waring

Posted by wu...@apache.org.
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 3364df69b20b3e4f5cc56cb3773a93163aaadb0c
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jan 12 16:22:37 2018 +0800

    SCB-193 Tried to fixed the Eclpse m2e waring
---
 parent/pom.xml | 47 +++++++++++++++++++++--------------------------
 1 file changed, 21 insertions(+), 26 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index fa0d7b6..2014439 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -152,32 +152,6 @@
           </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>
@@ -185,10 +159,31 @@
           <artifactId>maven-remote-resources-plugin</artifactId>
           <version>1.5</version>
         </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>
         <plugin>
           <groupId>io.fabric8</groupId>

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

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

Posted by wu...@apache.org.
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>.