-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile
34 lines (28 loc) · 915 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# *****************************************************************************
# Copyright (c) 2021 IBM Corporation and other Contributors.
#
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# *****************************************************************************
#
# Makefile to build mas-scada-bulkingest project
#
default: all
all: buildjar
buildjar:
@echo Build utilities
mkdir -p testdata/volume/data
cp -r config testdata/volume/.
mvn clean
mvn package
cp target/*.jar lib/.
docs: mkdocs/mkdocs.yml mkdocs/docs/*.md
@echo "Build documentation"
@cd mkdocs; mkdocs build -d ../docs
install:
@echo Install MAS Data Connector on localhost
-cd bin; chmod +x install.sh; ./install.sh localhost