summaryrefslogtreecommitdiffstats
path: root/tools
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
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')
-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 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}",
diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb
index 543ae87a5d..bc48c82195 100755
--- a/tools/maven-central/download.rb
+++ b/tools/maven-central/download.rb
@@ -11,6 +11,7 @@ group = 'org.eclipse.jgit'
artifacts = [group,
group + '.ant',
group + '.archive',
+ group + '.gpg.bc',
group + '.http.apache',
group + '.http.server',
group + '.junit',
@@ -20,6 +21,7 @@ artifacts = [group,
group + '.lfs.server',
group + '.pgm',
group + '.ssh.apache',
+ group + '.ssh.jsch',
group + '.ui']
puts 'Deleting current files'