Browse Source

Add new osgi fragments to maven-central deploy scripts

Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
tags/v5.8.1.202007141445-r
Matthias Sohn 3 years ago
parent
commit
f2bfaca084
2 changed files with 4 additions and 0 deletions
  1. 2
    0
      tools/maven-central/deploy.rb
  2. 2
    0
      tools/maven-central/download.rb

+ 2
- 0
tools/maven-central/deploy.rb View File

@@ -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
- 0
tools/maven-central/download.rb View File

@@ -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