---
- project:
    name: holmes-project-view
    project-name: holmes
    views:
      - project-view

- project:
    name: holmes-common
    project-name: 'holmes-common'
    jobs:
      - '{project-name}-{stream}-verify-java'
      - '{project-name}-{stream}-merge-java'
      - gerrit-maven-stage:
          sign-artifacts: true
          build-node: centos7-builder-4c-4g
          maven-versions-plugin: true

    project: 'holmes/common'
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'holmes-common-settings'
    files: '**'
    archive-artifacts: ''
    build-node: ubuntu1604-builder-4c-4g

- project:
    name: holmes-common-sonar
    jobs:
      - gerrit-maven-sonar
    cron: '@daily'
    build-node: ubuntu1604-builder-4c-4g
    project: 'holmes/common'
    project-name: 'holmes-common'
    branch: 'master'
    mvn-settings: 'holmes-common-settings'
    mvn-goals: 'clean install'
    mvn-opts: '-Xmx1024m -XX:MaxPermSize=256m'

- project:
    name: holmes-common-clm
    jobs:
      - gerrit-maven-clm
    nexus-iq-namespace: 'onap-'
    project: holmes/common
    project-name: 'holmes-common'
    branch: 'master'
    mvn-settings: 'holmes-common-settings'

- project:
    name: holmes-common-info
    project-name: holmes-common
    jobs:
      - gerrit-info-yaml-verify
    project: holmes/common
    branch: master