You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2017/02/02 11:11:49 UTC

cxf git commit: [CXF-7238] Temp disabling a Jaxrs Osgi test

Repository: cxf
Updated Branches:
  refs/heads/master b4fa7851f -> e9e1fbe33


[CXF-7238] Temp disabling a Jaxrs Osgi test


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/e9e1fbe3
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/e9e1fbe3
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/e9e1fbe3

Branch: refs/heads/master
Commit: e9e1fbe33658421590ec149b0f82c12d2fed2c53
Parents: b4fa785
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Thu Feb 2 11:11:26 2017 +0000
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Thu Feb 2 11:11:26 2017 +0000

----------------------------------------------------------------------
 osgi/itests/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/e9e1fbe3/osgi/itests/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/itests/pom.xml b/osgi/itests/pom.xml
index a1143fe..c0094d9 100644
--- a/osgi/itests/pom.xml
+++ b/osgi/itests/pom.xml
@@ -201,6 +201,15 @@
                     </execution>
                 </executions>
             </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <excludes>
+            <exclude>**/JaxRsServiceTest.java</exclude>
+          </excludes>
+        </configuration>
+      </plugin>
         </plugins>
         <pluginManagement>
             <plugins>