Add new osgi fragments to maven-central deploy scripts

Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
This commit is contained in:
Matthias Sohn 2020-06-20 09:25:06 +02:00
parent 979ed737a2
commit f2bfaca084
2 changed files with 4 additions and 0 deletions

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

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'