diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-16 12:30:00 -0700 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2017-08-16 12:49:24 -0700 |
commit | 72a296af4614462934a102b3cc29496fd650da3a (patch) | |
tree | 41f9506e7f8987489c846112b999c884be90e5a1 /vagrant | |
parent | 9d0c825d5dfdec5618965a1488e7950eff968e07 (diff) |
fix policy build by vagrant
policy build by vagrant fails due to wrong m2 settings
Change-Id: I29df14ab4325349a5814d6f58e6e056c2fa5c9b6
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Issue-Id: POLICY-170
Diffstat (limited to 'vagrant')
-rwxr-xr-x | vagrant/setup_policy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vagrant/setup_policy.sh b/vagrant/setup_policy.sh index c2a43ce4..b1eda7c6 100755 --- a/vagrant/setup_policy.sh +++ b/vagrant/setup_policy.sh @@ -7,6 +7,7 @@ sudo apt-get install -y maven openjdk-8-jdk npm python-pip docker.io sudo pip install docker-compose git clone http://gerrit.onap.org/r/oparent +mkdir $HOME/.m2 cp oparent/settings.xml $HOME/.m2 for comp in common drools-pdp drools-applications engine |