Build tar.gz without requiring docker image build 27/98627/1
authorjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 19:29:41 +0000 (13:29 -0600)
committerjhh <jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 19:29:41 +0000 (13:29 -0600)
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

packages/pom.xml

index 2f061a7..b7f1cfb 100644 (file)
@@ -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");
             <activation>
                 <activeByDefault>true</activeByDefault>
             </activation>
+            <modules>
+                <module>base</module>
+                <module>install</module>
+            </modules>
         </profile>
         <profile>
             <id>docker</id>