#!/bin/sh
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License.  You may obtain a copy of the License at
#
#   http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied.  See the License for the
# specific language governing permissions and limitations
# under the License.
#
set -e

# mvn install:install-file \
#    -Dfile=/tmp/artifacts/sonataflow-quarkus-devui.jar \
#    -DgroupId=org.apache.kie.sonataflow \
#    -DartifactId=sonataflow-quarkus-devui \
#    -Dversion=$SONATAFLOW_QUARKUS_DEVUI_VERSION \
#    -Dpackaging=jar \
#    -DgeneratePom=true

ls -la /tmp/artifacts

mkdir -p "${KOGITO_HOME}"/.m2/repository/org/apache/kie/
mkdir -p "${KOGITO_HOME}"/.m2/repository/org/kie/
tar xf /tmp/artifacts/sonataflow-quarkus-devui-maven-repo.tar -C "${KOGITO_HOME}"/.m2/repository/org/apache/kie/
tar xf /tmp/artifacts/kie-tools-maven-base-maven-repo.tar -C "${KOGITO_HOME}"/.m2/repository/org/kie/

find "${KOGITO_HOME}"/.m2/repository -name _remote.repositories | xargs rm

