Skip to content

Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #271

Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0

Bump org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0 #271

Workflow file for this run

name: build
on:
push:
branches: [ master, dev ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11.0.x
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-maven-
- name: Build with Maven
run: mvn -B clean integration-test --file pom.xml