upload all Maven output to the hub
This commit is contained in:
parent
bc2e4c1dc9
commit
cdbd8dc63f
1 changed files with 0 additions and 5 deletions
|
|
@ -1385,11 +1385,6 @@ class BuildMavenTask(BaseBuildTask):
|
|||
root, ext = os.path.splitext(filename)
|
||||
if ext == '.log':
|
||||
logs.append(os.path.join(reldir, filename))
|
||||
elif ext == '.md5' or \
|
||||
ext == '.sha1' or \
|
||||
filename == 'maven-metadata.xml':
|
||||
# metadata, we'll recreate that ourselves
|
||||
pass
|
||||
else:
|
||||
output_files.setdefault(reldir, []).append(filename)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue