Repository: cxf
Updated Branches:
  refs/heads/3.0.x-fixes 18de76943 -> 0213838ad


Make sure the build passes with "-Dmaven.test.skip" set


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

Branch: refs/heads/3.0.x-fixes
Commit: 0213838adfc77fa7e59d5ec77eff08aaac0ba092
Parents: 18de769
Author: Colm O hEigeartaigh <[email protected]>
Authored: Wed Mar 16 11:28:43 2016 +0000
Committer: Colm O hEigeartaigh <[email protected]>
Committed: Wed Mar 16 11:30:01 2016 +0000

----------------------------------------------------------------------
 systests/jibx/databinding-jibx/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/0213838a/systests/jibx/databinding-jibx/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jibx/databinding-jibx/pom.xml 
b/systests/jibx/databinding-jibx/pom.xml
index 5066d8f..eebcf4a 100644
--- a/systests/jibx/databinding-jibx/pom.xml
+++ b/systests/jibx/databinding-jibx/pom.xml
@@ -139,6 +139,18 @@
                 <doc.lit.bare.binding.file>none</doc.lit.bare.binding.file>
             </properties>
         </profile>
+        <profile>
+            <id>skipTests</id>
+            <activation>
+                <property>
+                    <name>maven.test.skip</name>
+                </property>
+            </activation>
+            <properties>
+                <hello.world.binding.file>none</hello.world.binding.file>
+                <doc.lit.bare.binding.file>none</doc.lit.bare.binding.file>
+            </properties>
+        </profile>
     </profiles>
     <dependencies>
         <dependency>

Reply via email to