Introduction of osgi ready markers and osgi.service marker type. #35
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build pushed commit | |
on: | |
push: | |
branches: [ "master", "3.*" , "4.*" ] | |
jobs: | |
build: | |
permissions: | |
checks: write | |
contents: read | |
uses: 'connectorio/gh-actions-shared/.github/workflows/maven.yml@master' | |
secrets: | |
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }} | |
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }} | |
with: | |
openhab: true | |
server_id: co7io-public-snapshots | |
deploy: true | |
skip_test_publish: false | |
additional_profiles: 'thing4,openhab' | |
master_branch: '3' | |