You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/06/08 07:36:54 UTC

[incubator-servicecomb-java-chassis] branch master updated: Fixed the springmvc-test download complain on travis

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cadff60  Fixed the springmvc-test download complain on travis
cadff60 is described below

commit cadff604d6e5a61045a6b76e3a8dcc0cb01df1d6
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Fri Jun 8 15:36:36 2018 +0800

    Fixed the springmvc-test download complain on travis
---
 coverage-reports/pom.xml                  |  5 -----
 integration-tests/springmvc-tests/pom.xml | 11 -----------
 2 files changed, 16 deletions(-)

diff --git a/coverage-reports/pom.xml b/coverage-reports/pom.xml
index fcdb3e0..ee51eaf 100644
--- a/coverage-reports/pom.xml
+++ b/coverage-reports/pom.xml
@@ -268,11 +268,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.servicecomb.tests</groupId>
-      <artifactId>springmvc-tests</artifactId>
-      <version>1.0.0-m2-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.servicecomb.tests</groupId>
       <artifactId>springmvc-tests-general</artifactId>
       <version>1.0.0-m2-SNAPSHOT</version>
     </dependency>
diff --git a/integration-tests/springmvc-tests/pom.xml b/integration-tests/springmvc-tests/pom.xml
index 8b907a2..12110b8 100644
--- a/integration-tests/springmvc-tests/pom.xml
+++ b/integration-tests/springmvc-tests/pom.xml
@@ -59,17 +59,6 @@
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-jar-plugin</artifactId>
-        <executions>
-          <execution>
-            <goals>
-              <goal>test-jar</goal>
-            </goals>
-          </execution>
-        </executions>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <forkCount>1</forkCount>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.