Code Review
/
policy
/
distribution.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
5a17938
)
Build tar.gz without requiring docker image build
35/98635/1
author
jhh
<jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:46:15 +0000
(16:46 -0600)
committer
jhh
<jorge.hernandez-herrero@att.com>
Tue, 19 Nov 2019 22:46:15 +0000
(16:46 -0600)
This allows the tar.gz to be released by LF jobs.
Change-Id: Iae827268a69fa4ebde75892debb3c36443b288ea
Issue-ID: POLICY-2250
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
packages/pom.xml
patch
|
blob
|
history
diff --git
a/packages/pom.xml
b/packages/pom.xml
index
b6b645f
..
6760eab
100644
(file)
--- a/
packages/pom.xml
+++ b/
packages/pom.xml
@@
-37,6
+37,9
@@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
+ <modules>
+ <module>policy-distribution-tarball</module>
+ </modules>
</profile>
<profile>
<id>docker</id>