Generate project dependencies list 81/19981/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 10 May 2015 00:19:22 +0000 (20:19 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sun, 10 May 2015 00:19:22 +0000 (20:19 -0400)
Change-Id: Idf07f90e39286beb1a5dca8614c362ac24823040
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-lithium.yaml
jjb/autorelease/autorelease-master.yaml

index d7b8325f3b1de7769b49629c169e329f808a649b..c03b620037c511f993bfda01b03d48abcc00468b 100644 (file)
@@ -64,6 +64,7 @@
         global-settings: '{odl-global-settings}'
 
     postbuilders:
+        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-maven-sources:
             maven-version: '{mvn32}'
             settings: '{autorelease-settings}'
@@ -72,7 +73,7 @@
 
     publishers:
         - archive-artifacts:
-            artifacts: 'sources.log,patches/*.patch'
+            artifacts: 'dependencies.log,sources.log,patches/*.patch'
         - email-notification:
             email-prefix: '[autorelease]'
 
             autorelease-settings: '{autorelease-settings}'
             odl-global-settings: '{odl-global-settings}'
         - autorelease-maven-deploy
+        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-maven-sources:
             maven-version: '{mvn32}'
             settings: '{autorelease-settings}'
 
     publishers:
         - archive-artifacts:
-            artifacts: 'sources.log,patches/*.patch'
+            artifacts: 'dependencies.log,sources.log,patches/*.patch'
         - email-notification:
             email-prefix: '[autorelease]'
index cb5df6270d52597610315cb1674e6a46f038584d..e1358bcc2b4069d849fff95c1d2880ae19414579 100644 (file)
@@ -63,6 +63,7 @@
         global-settings: '{odl-global-settings}'
 
     postbuilders:
+        - shell: "./scripts/list-project-dependencies.sh"
         - autorelease-maven-sources:
             maven-version: '{mvn32}'
             settings: '{autorelease-settings}'
@@ -71,6 +72,6 @@
 
     publishers:
         - archive-artifacts:
-            artifacts: 'sources.log,patches/*.patch'
+            artifacts: 'dependencies.log,sources.log,patches/*.patch'
         - email-notification:
             email-prefix: '[autorelease]'