summaryrefslogtreecommitdiffstats
path: root/appc-event-listener/appc-event-listener-installer
diff options
context:
space:
mode:
Diffstat (limited to 'appc-event-listener/appc-event-listener-installer')
-rw-r--r--appc-event-listener/appc-event-listener-installer/pom.xml2
-rwxr-xr-xappc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/appc-event-listener/appc-event-listener-installer/pom.xml b/appc-event-listener/appc-event-listener-installer/pom.xml
index 3c9c263f3..ee1ed7eda 100644
--- a/appc-event-listener/appc-event-listener-installer/pom.xml
+++ b/appc-event-listener/appc-event-listener-installer/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.appc.parent</groupId>
<artifactId>odlparent-lite</artifactId>
<version>2.7.0-SNAPSHOT</version>
- <relativePath />
+ <relativePath/>
</parent>
<groupId>org.onap.appc</groupId>
<artifactId>appc-event-listener-installer</artifactId>
diff --git a/appc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh b/appc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh
index 5814cea2a..c93ed44ea 100755
--- a/appc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh
+++ b/appc-event-listener/appc-event-listener-installer/src/main/resources/scripts/install-feature.sh
@@ -38,7 +38,8 @@ fi
COUNT=0
while [ $COUNT -lt 10 ]; do
- ${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} 2> /tmp/installErr
+# ${ODL_KARAF_CLIENT} ${ODL_KARAF_CLIENT_OPTS} feature:repo-add ${features.repositories} 2> /tmp/installErr
+ sshpass -pkaraf ssh -o StrictHostKeyChecking=no karaf@localhost -p 8101 "feature:repo-add ${features.repositories}"
cat /tmp/installErr
if grep -q 'Failed to get the session' /tmp/installErr; then
sleep 10