diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-20 09:25:06 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-06-20 09:25:06 +0200 |
commit | f2bfaca08484b5547448640a01bf69f4f1176b17 (patch) | |
tree | 881c0af2634111379f4b53399354f39e649ecb7f /tools | |
parent | 979ed737a200f12d0c9d360e0600fb2426cf67be (diff) | |
download | jgit-f2bfaca08484b5547448640a01bf69f4f1176b17.tar.gz jgit-f2bfaca08484b5547448640a01bf69f4f1176b17.zip |
Add new osgi fragments to maven-central deploy scripts
Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
Diffstat (limited to 'tools')
-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 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' |