diff options
author | Ryan Young <ry303t@att.com> | 2018-08-07 18:33:24 -0400 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2018-08-07 22:50:16 +0000 |
commit | 88ae299e275ad50642cd0ac754bd0189439e3aca (patch) | |
tree | 7ee3d36003da8ac7e4787fef88ba4c4ab6e176b3 | |
parent | 42b0c6f15278f1d92a7a07db1b253ff50374ee4f (diff) |
add property to skip karaf feature test
SingleFeatureTest results in ClassNotFoundException: ResolutionException
(no security manage: RMI class loader disabled)
Change-Id: I58ac5947557276ccc0c7add7cb4c9394418cfa26
Signed-off-by: Ryan Young <ry303t@att.com>
Issue-ID: APPC-1045
-rw-r--r-- | appc-parent/single-feature-parent/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appc-parent/single-feature-parent/pom.xml b/appc-parent/single-feature-parent/pom.xml index c504c6b45..3927e117b 100644 --- a/appc-parent/single-feature-parent/pom.xml +++ b/appc-parent/single-feature-parent/pom.xml @@ -34,4 +34,7 @@ limitations under the License. <version>1.1.0-SNAPSHOT</version> <relativePath /> </parent> + <properties> + <skip.karaf.featureTest>true</skip.karaf.featureTest> + </properties> </project> |