GUACAMOLE-195: Add new module to main pom.xml for maven build.
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/ee9fb5d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/ee9fb5d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/ee9fb5d7 Branch: refs/heads/master Commit: ee9fb5d7ed6fa823fea2979e926ff045a69dec76 Parents: 41b60ed Author: Nick Couchman <[email protected]> Authored: Mon Jan 30 07:40:06 2017 -0500 Committer: Nick Couchman <[email protected]> Committed: Tue Jan 31 22:22:52 2017 -0500 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/ee9fb5d7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8548f48..27dbc3c 100644 --- a/pom.xml +++ b/pom.xml @@ -53,6 +53,7 @@ <module>extensions/guacamole-auth-jdbc</module> <module>extensions/guacamole-auth-ldap</module> <module>extensions/guacamole-auth-noauth</module> + <module>extensions/guacamole-auth-http</module> <!-- Example web application using the Guacamole APIs --> <module>doc/guacamole-example</module>
