From 24b6c080d74454bb2bc9d63490c24a51d8f5e259 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 8 Apr 2016 17:10:16 +0200 Subject: [PATCH] Add lfs libraries to scripts for upload to Maven central Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31 Signed-off-by: Matthias Sohn --- tools/maven-central/deploy.rb | 2 ++ tools/maven-central/download.rb | 2 ++ 2 files changed, 4 insertions(+) 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'] -- 2.39.5