Repository: cxf-fediz Updated Branches: refs/heads/master 65651cfcf -> f161351ec
Moving webapps before custom Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/f161351e Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/f161351e Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/f161351e Branch: refs/heads/master Commit: f161351ec425f3b005ad4599ba09894afa4397ac Parents: 65651cf Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Apr 25 12:18:53 2017 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Apr 25 12:18:53 2017 +0100 ---------------------------------------------------------------------- systests/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/f161351e/systests/pom.xml ---------------------------------------------------------------------- diff --git a/systests/pom.xml b/systests/pom.xml index e3d651e..a69efef 100644 --- a/systests/pom.xml +++ b/systests/pom.xml @@ -33,8 +33,8 @@ <modules> <module>tests</module> <module>idp</module> - <module>custom</module> <module>webapps</module> + <module>custom</module> <module>jetty8</module> <module>jetty9</module> <module>tomcat7</module>
