diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-19 09:09:05 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-09-19 09:09:05 -0500 |
commit | d57ce70f4454210c4ed04476af564ca10bb66292 (patch) | |
tree | bb161e03333c0e3badd622e60db8553c3b3bf60b /controlloop/packages/apps | |
parent | ac4e08d6492cced640e27a69cb547701ed3f789c (diff) |
enhancements to archetype and apps packaging
Change-Id: I3e659d35d3cb397c011657f39ef12b10b0564fc9
Issue-ID: POLICY-162
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/packages/apps')
-rw-r--r-- | controlloop/packages/apps/src/files/apps-installer | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/controlloop/packages/apps/src/files/apps-installer b/controlloop/packages/apps/src/files/apps-installer new file mode 100644 index 000000000..f6b27abcf --- /dev/null +++ b/controlloop/packages/apps/src/files/apps-installer @@ -0,0 +1,32 @@ +#!/bin/bash + +### +# ============LICENSE_START======================================================= +# Apps Installation Package +# ================================================================================ +# Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. +# ================================================================================ +# Licensed 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. +# ============LICENSE_END========================================================= +### + +# +# This file will be automatically invoked by the main pdp-d installer +# for drools applications +# + +echo "APPS INSTALL" + +# cache in local maven repo + +mvn dependency:get -Dartifact=com.att.research.xacml:xacml-pdp:1.0.0:jar |