This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
function build() { | |
mvn clean install -Dmaven.javadoc.skip=true | |
if [ $? -ne 0 ] ; then | |
exit 1; | |
fi | |
} | |
mkdir commons |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
OPENAM_VERSION=11.0.3 | |
OPENDJ_VERSION=2.6.4 | |
# Make OpenDJ first | |
git clone https://github.com/ForgeRock/opendj-community-edition-${OPENDJ_VERSION}.git OpenDJ | |
cd OpenDJ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
BASE_DIR=`pwd` | |
HTTPD24_VERSION=2.4.27 | |
HTTPD22_VERSION=2.2.34 | |
APR_VERSION=1.6.2 | |
APR_UTIL_VERSION=1.6.0 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 1bad14b88184e6e0ceb6f416b7a0f265f56e9cba Mon Sep 17 00:00:00 2001 | |
From: Mike Lothian <[email protected]> | |
Date: Thu, 14 Dec 2017 10:44:05 +0000 | |
Subject: [PATCH] Retarget branch optimize-task-in-kibana-plugin-cli on 6.1 | |
--- | |
src/cli_plugin/cli.js | 2 ++ | |
src/cli_plugin/install/index.js | 5 ++++ | |
src/cli_plugin/install/kibana.js | 7 +++++ | |
src/cli_plugin/install/settings.js | 3 +- |