From: Matthias Sohn Date: Fri, 8 Apr 2016 15:10:16 +0000 (+0200) Subject: Add lfs libraries to scripts for upload to Maven central X-Git-Tag: v4.4.0.201605041135-m1~18^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=24b6c080d74454bb2bc9d63490c24a51d8f5e259;p=jgit.git Add lfs libraries to scripts for upload to Maven central Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31 Signed-off-by: Matthias Sohn --- diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb index 8e7adc8934..2744e772a1 100755 --- a/tools/maven-central/deploy.rb +++ b/tools/maven-central/deploy.rb @@ -55,6 +55,8 @@ artifacts = [group, group + '.http.server', group + '.junit', group + '.junit.http', + group + '.lfs', + group + '.lfs.server', group + '.pgm', group + '.ui'] diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index b7ea2150ba..b6c2671742 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb @@ -15,6 +15,8 @@ artifacts = [group, group + '.http.server', group + '.junit', group + '.junit.http', + group + '.lfs', + group + '.lfs.server', group + '.pgm', group + '.ui']