Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 3a1b80659 -> 15f7ffb2f
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/15f7ffb2 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/15f7ffb2 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/15f7ffb2 Branch: refs/heads/3.1.x-fixes Commit: 15f7ffb2f8b12db7f270f02747549b299c1431f1 Parents: 3a1b806 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:29:40 2016 +0000 ---------------------------------------------------------------------- systests/jibx/databinding-jibx/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/15f7ffb2/systests/jibx/databinding-jibx/pom.xml ---------------------------------------------------------------------- diff --git a/systests/jibx/databinding-jibx/pom.xml b/systests/jibx/databinding-jibx/pom.xml index 7a12ccd..991d437 100644 --- a/systests/jibx/databinding-jibx/pom.xml +++ b/systests/jibx/databinding-jibx/pom.xml @@ -181,6 +181,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>
