Browse Source

Add new ssh bundles to Maven central scripts

Change-Id: I5c41426f59a60af3da808f89be4e498c7ba2196e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v5.2.1.201812262042-r
Matthias Sohn 5 years ago
parent
commit
5218d2f5da
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

@@ -55,9 +55,11 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.junit.ssh',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ssh.apache',
group + '.ui']

prefix = ["mvn", "gpg:sign-and-deploy-file", "-Dgpg.passphrase=#{passphrase}",

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

@@ -15,9 +15,11 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.junit.ssh',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ssh.apache',
group + '.ui']

puts 'Deleting current files'

Loading…
Cancel
Save