OODT-537 add workflow REST to the build.
Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/508c8566 Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/508c8566 Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/508c8566 Branch: refs/heads/master Commit: 508c85668a6701c6005cc7de6c434f03cd22fc1d Parents: 708a836 Author: Chris Mattmann <[email protected]> Authored: Sun Jul 16 13:48:04 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Sun Jul 16 13:48:04 2017 -0700 ---------------------------------------------------------------------- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/508c8566/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8bb16b2..f6aa28b 100644 --- a/pom.xml +++ b/pom.xml @@ -47,8 +47,9 @@ the License. <module>mvn/archetypes</module> <module>webapp/components</module> <module>webapp/fmbrowser</module> - <module>webapp/fmprod</module> <module>webapp/wmonitor</module> + <module>webapp/fmprod</module> + <module>webapp/wmservices</module> <module>pcs/core</module> <module>pcs/opsui</module> <module>pcs/services</module>
