Browse Source

Add new osgi fragments to maven-central deploy scripts

Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
stable-5.8
Matthias Sohn 4 years ago
parent
commit
f2bfaca084
  1. 2
      tools/maven-central/deploy.rb
  2. 2
      tools/maven-central/download.rb

2
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}",

2
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'

Loading…
Cancel
Save