Skip to content
Snippets Groups Projects
Commit 55333836 authored by Boris Baldassari's avatar Boris Baldassari
Browse files

maven jar-loader: Initalise files, add archive format.

parent 3337e796
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,7 @@ def compress(tarpath, nature, dirpath_or_files):
ADDITIONAL_ARCHIVE_FORMATS = [
# name , extensions, function
("tar.Z|x", [".tar.Z", ".tar.x"], _unpack_tar),
("jar", [".jar"], _unpack_zip),
# FIXME: make this optional depending on the runtime lzip package install
("tar.lz", [".tar.lz"], _unpack_tar),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment