diff options
author | 2018-04-03 15:07:58 -0400 | |
---|---|---|
committer | 2018-04-03 15:18:01 -0400 | |
commit | 6c11793dc8682bc3e1e47309e2ba39e200599fec (patch) | |
tree | 969e31422049ea9484e925cd1bc8243acbed7331 /pom.xml | |
parent | c8f0025f91f03c9281f4b6783c59baf41698010f (diff) |
Fix raw artifact push path
Previously all raw artifacts (sh, yaml, etc) are uploaded to raw repo
under the same location. This change instead pushes to a path reflecting
an artifact's module.
Issue-ID: DCAEGEN2-206
Change-Id: I28c76583b5a6793b384b4955962d23e564ed4d49
Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -36,13 +36,14 @@ limitations under the License. <packaging>pom</packaging> <modules> - <module>bootstrap</module> + <module>heat</module> <module>scripts</module> <module>cloud_init</module> + <module>bootstrap</module> <module>redis-cluster-container</module> - <module>tca-cdap-container</module> <module>cm-container</module> <module>k8s-bootstrap-container</module> + <module>tca-cdap-container</module> </modules> <properties> |