Add new osgi fragments to maven-central deploy scripts Change-Id: I075b539fcc72f7492573426247134aed7a545fe9
diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb index 7cab322..834fa94 100755 --- a/tools/maven-central/deploy.rb +++ b/tools/maven-central/deploy.rb
@@ -51,6 +51,7 @@ artifacts = [group, group + '.ant', group + '.archive', + group + '.gpg.bc', group + '.http.apache', group + '.http.server', group + '.junit', @@ -60,6 +61,7 @@ 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 543ae87..bc48c82 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb
@@ -11,6 +11,7 @@ artifacts = [group, group + '.ant', group + '.archive', + group + '.gpg.bc', group + '.http.apache', group + '.http.server', group + '.junit', @@ -20,6 +21,7 @@ group + '.lfs.server', group + '.pgm', group + '.ssh.apache', + group + '.ssh.jsch', group + '.ui'] puts 'Deleting current files'