Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-08 15:10:16 +0000
committerMatthias Sohn2016-04-08 15:24:44 +0000
commit24b6c080d74454bb2bc9d63490c24a51d8f5e259 (patch)
treeb131cce5fcf865f8950dd3ae3a68fc1c548f3aad /tools
parentac5d1bc37b511a5a28c9f16bdd8745fa208adaa0 (diff)
downloadjgit-24b6c080d74454bb2bc9d63490c24a51d8f5e259.tar.gz
jgit-24b6c080d74454bb2bc9d63490c24a51d8f5e259.tar.xz
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')
-rwxr-xr-xtools/maven-central/deploy.rb2
-rwxr-xr-xtools/maven-central/download.rb2
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']

Back to the top