diff options
author | Maros Marsalek <mmarsale@cisco.com> | 2016-07-01 16:24:01 +0200 |
---|---|---|
committer | Maros Marsalek <mmarsale@cisco.com> | 2016-07-13 11:28:29 +0200 |
commit | 40da600c311b18c628410af5f795c25c6e248cf6 (patch) | |
tree | 15bad416d5a2d020d840b505a738ce269f01ce31 /v3po/pom.xml | |
parent | 9f6b16d6e8ade6dfa40e9bbf4196d55adf8f2fec (diff) |
Introduce integration tests to Honeycomb
+ Add writer infrastructure initial test
Change-Id: I0c1017f55c9456f145943ca6db6221555b746c8f
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
Diffstat (limited to 'v3po/pom.xml')
-rw-r--r-- | v3po/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v3po/pom.xml b/v3po/pom.xml index 908acbdb6..a4675297d 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -48,7 +48,7 @@ <module>karaf</module> <module>features</module> <module>artifacts</module> - <!--module>it</module--> + <module>it</module> </modules> <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> |