Skip to content

[maven-release-plugin] prepare for next development iteration #485

[maven-release-plugin] prepare for next development iteration

[maven-release-plugin] prepare for next development iteration #485

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: olafurpg/setup-scala@v12
with:
java-version: 1.8
- uses: actions/[email protected]
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run tests
run: mvn clean install
- name: Build rpm
run: mvn -Pproduction install