summaryrefslogtreecommitdiffstats
path: root/odlparent/single-feature-parent
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-05-04 12:05:16 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-05-04 12:05:16 -0400
commit2f4cbed5f3f059aeced08cbb7b82f91de5ef4a80 (patch)
treee9cf683f2d36e782243ba4205514d42855474797 /odlparent/single-feature-parent
parentfc0e89cd750b1ef17b71bf60b47e7556845943c4 (diff)
Disable single feature test
Disable SingleFeatureTest. Also, added properties to specify groupId and version of dmaapClient. Change-Id: Id55e25fc092fec1d4bc8b851bd6b38a1c002c2d7 Issue-ID: CCSDK-267 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'odlparent/single-feature-parent')
-rwxr-xr-xodlparent/single-feature-parent/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/odlparent/single-feature-parent/pom.xml b/odlparent/single-feature-parent/pom.xml
index 421b83ac..2d70bbfc 100755
--- a/odlparent/single-feature-parent/pom.xml
+++ b/odlparent/single-feature-parent/pom.xml
@@ -180,6 +180,10 @@
<eelf.maven.plugin.version>1.0.0</eelf.maven.plugin.version>
<tomcat-jdbc.version>8.5.14</tomcat-jdbc.version>
+
+
+ <!-- Disable SingleFeatureTest, since it will fail if any dependencies are released ONAP artifacts -->
+ <skip.karaf.featureTest>true</skip.karaf.featureTest>
</properties>