diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2019-11-19 16:48:24 -0600 |
---|---|---|
committer | Ram Krishna Verma <ram.krishna.verma@est.tech> | 2019-11-22 10:49:43 +0000 |
commit | e593b2c8e794424393633d888c0d093316fd1004 (patch) | |
tree | cca77d395ab5ac1c23433f4492aa1e5b90b7a41a /packages/pom.xml | |
parent | 7f0114721e5bc2f54cc49243ee8d1cf9c98dd451 (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: I5c4aa52b6cd599b3b4a8f537d927631a14036dfc
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index bd1c27c57..a90a4ae55 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -53,6 +53,9 @@ <activation> <activeByDefault>true</activeByDefault> </activation> + <modules> + <module>apex-pdp-package-full</module> + </modules> </profile> <profile> <id>docker</id> |