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/12 06:31:11 UTC

[incubator-servicecomb-java-chassis] branch 1.0.0-mX updated: [SCB-659] fix springmvc integration test failed (springmvc-tests-common not marked as a test-jar)

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

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


The following commit(s) were added to refs/heads/1.0.0-mX by this push:
     new abc08ce  [SCB-659] fix springmvc integration test failed (springmvc-tests-common not marked as a test-jar)
abc08ce is described below

commit abc08ce36a50536f67374cb94513659a31e8880d
Author: zhengyangyong <ya...@huawei.com>
AuthorDate: Tue Jun 12 10:55:35 2018 +0800

    [SCB-659] fix springmvc integration test failed (springmvc-tests-common not marked as a test-jar)
    
    Signed-off-by: zhengyangyong <ya...@huawei.com>
---
 .../springmvc-tests/springmvc-tests-common/pom.xml        | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/integration-tests/springmvc-tests/springmvc-tests-common/pom.xml b/integration-tests/springmvc-tests/springmvc-tests-common/pom.xml
index d7bd705..fdd3f44 100644
--- a/integration-tests/springmvc-tests/springmvc-tests-common/pom.xml
+++ b/integration-tests/springmvc-tests/springmvc-tests-common/pom.xml
@@ -29,4 +29,19 @@
   <name>Java Chassis::Integration Tests::Spring MVC Common</name>
   <artifactId>springmvc-tests-common</artifactId>
 
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <executions>
+          <execution>
+            <goals>
+              <goal>test-jar</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file

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