Merge "Set a default mvn-opts for odl-merge job"
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 6 Apr 2018 15:53:39 +0000 (15:53 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 6 Apr 2018 15:53:39 +0000 (15:53 +0000)
jjb/autorelease/autorelease-templates.yaml

index b23a9124baebe5a5b83982139bc5891d680604b3..7f1d6b76ca33e9c0aa1ad51863c7a6f2bfa28727 100644 (file)
               $EXTRA_MVN_OPTS
               -Pintegrationtests,docs,repoBuild
               -Dcheckstyle.skip=true
-              -Dkaraf.keep.unpack=true
               -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage
               {opendaylight-infra-mvn-opts}
           java-opts:
       - shell: |
           mkdir -p archives/
           cp *.log *.prop $_
-          for file in $(find . -name karaf.log); do
-              module="${{file%%/target/*}}"
-              module="${{module##*/}}"
-              cp "$file" "archives/${{module}}-karaf.log"
-          done
 
     publishers:
       - opendaylight-infra-notify-status
           goals: |
               clean validate
               -Pq
-              -Dkaraf.keep.unpack=true
               {opendaylight-infra-mvn-opts}
           java-opts:
             - '-Xmx8g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
       - shell: |
           mkdir -p archives/
           cp *.log $_
-          for file in $(find . -name karaf.log); do
-              module="${{file%%/target/*}}"
-              module="${{module##*/}}"
-              cp "$file" "archives/${{module}}-karaf.log"
-          done
 
     publishers:
       - email-notification: