Browse Source

Add lfs libraries to scripts for upload to Maven central

Change-Id: I13d78fd57421cca32a965af37cc9571e77448e31
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
stable-4.3
Matthias Sohn 9 years ago
parent
commit
24b6c080d7
  1. 2
      tools/maven-central/deploy.rb
  2. 2
      tools/maven-central/download.rb

2
tools/maven-central/deploy.rb

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

2
tools/maven-central/download.rb

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