[
https://issues.apache.org/jira/browse/LIVY-448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Saisai Shao resolved LIVY-448.
------------------------------
Resolution: Fixed
> Assembly format is duplicated in pom.xml and assembly.xml
> ---------------------------------------------------------
>
> Key: LIVY-448
> URL: https://issues.apache.org/jira/browse/LIVY-448
> Project: Livy
> Issue Type: Improvement
> Components: Build
> Affects Versions: 0.5.0
> Environment: all build environments.
> Reporter: Meisam
> Assignee: Meisam
> Priority: Trivial
> Labels: maven
> Fix For: 0.6.0
>
> Original Estimate: 1m
> Remaining Estimate: 1m
>
> The archive format is available as a mvn property inĀ {{$\{assembly.format}}}.
> * It is used in maven-assembly-plugin
> {{<format>${assembly.format}</format>}}.
> * It also is hardcoded as {{<format>zip</format>}} in
> {{assembly/assembly.xml}}.
> Only one of the two suffices. users can build assemble a zip artifact with
> {code:java}
> mvn -DskipTests -am -pl assembly package
> {code}
> or a tar.gz artifact with
> {code:java}
> mvn -Ptargz -DskipTests -am -pl assembly package
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)