diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:10:16 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-08 17:24:44 +0200 |
commit | 24b6c080d74454bb2bc9d63490c24a51d8f5e259 (patch) | |
tree | b131cce5fcf865f8950dd3ae3a68fc1c548f3aad /tools/maven-central | |
parent | ac5d1bc37b511a5a28c9f16bdd8745fa208adaa0 (diff) | |
download | jgit-24b6c080d74454bb2bc9d63490c24a51d8f5e259.tar.gz jgit-24b6c080d74454bb2bc9d63490c24a51d8f5e259.zip |
Add lfs libraries to scripts for upload to Maven central
Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools/maven-central')
-rwxr-xr-x | tools/maven-central/deploy.rb | 2 | ||||
-rwxr-xr-x | tools/maven-central/download.rb | 2 |
2 files changed, 4 insertions, 0 deletions
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'] |