mirror of https://github.com/apache/archiva.git
Adding .tar.bz2 and .zip to assembly creation.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@571009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b5e25770c
commit
9314b0e4f8
|
@ -21,6 +21,8 @@
|
|||
<id>bin</id>
|
||||
<formats>
|
||||
<format>tar.gz</format>
|
||||
<format>tar.bz2</format>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
<fileSets>
|
||||
<fileSet>
|
||||
|
|
Loading…
Reference in New Issue