Browse Source

Add lfs libraries to scripts for upload to Maven central

Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v4.4.0.201605041135-m1
Matthias Sohn 8 years ago
parent
commit
24b6c080d7
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,6 +55,8 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ui']


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

@@ -15,6 +15,8 @@ artifacts = [group,
group + '.http.server',
group + '.junit',
group + '.junit.http',
group + '.lfs',
group + '.lfs.server',
group + '.pgm',
group + '.ui']


Loading…
Cancel
Save