summaryrefslogtreecommitdiffstats
path: root/tools/maven-central/deploy.rb
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2020-06-20 09:25:06 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2020-06-20 09:25:06 +0200
commitf2bfaca08484b5547448640a01bf69f4f1176b17 (patch)
tree881c0af2634111379f4b53399354f39e649ecb7f /tools/maven-central/deploy.rb
parent979ed737a200f12d0c9d360e0600fb2426cf67be (diff)
downloadjgit-f2bfaca08484b5547448640a01bf69f4f1176b17.tar.gz
jgit-f2bfaca08484b5547448640a01bf69f4f1176b17.zip
Add new osgi fragments to maven-central deploy scripts
Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
Diffstat (limited to 'tools/maven-central/deploy.rb')
-rwxr-xr-xtools/maven-central/deploy.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb
index 7cab32236b..834fa94995 100755
--- a/tools/maven-central/deploy.rb
+++ b/tools/maven-central/deploy.rb
@@ -51,6 +51,7 @@ group = 'org.eclipse.jgit'
artifacts = [group,
group + '.ant',
group + '.archive',
+ group + '.gpg.bc',
group + '.http.apache',
group + '.http.server',
group + '.junit',
@@ -60,6 +61,7 @@ artifacts = [group,
group + '.lfs.server',
group + '.pgm',
group + '.ssh.apache',
+ group + '.ssh.jsch',
group + '.ui']
prefix = ["mvn", "gpg:sign-and-deploy-file", "-Dgpg.passphrase=#{passphrase}",