diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 13:29:41 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 13:29:41 -0600 |
commit | e86cca8fe3d6bbf8520e56a47007a1ee836fb346 (patch) | |
tree | d0ed2f2bb367d1ee3cf35a85b651363e0fab5f30 /packages | |
parent | 1e70699a0e388071c09e15e358188e1c76936a39 (diff) |
Build tar.gz without requiring docker image build
This allows the tar.gz to be released by LF jobs.
Issue-ID: POLICY-2250
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Change-Id: I141921a78a55961ce9ee9b16a71c2cc0b6bddc26
Diffstat (limited to 'packages')
-rw-r--r-- | packages/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 2f061a70..b7f1cfba 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -2,7 +2,7 @@ ============LICENSE_START======================================================= ONAP Policy Engine - Drools PDP ================================================================================ - Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017, 2019 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019 Bell Canada. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -37,6 +37,10 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>base</module> + <module>install</module> + </modules> </profile> <profile> <id>docker</id> |