Skip to content

Maven project cache cannot be done if one of pom.xml of the workspace doesn't define artifact id. #601

Maven project cache cannot be done if one of pom.xml of the workspace doesn't define artifact id.

Maven project cache cannot be done if one of pom.xml of the workspace doesn't define artifact id. #601

Workflow file for this run

name: Windows PR CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'temurin'
- name: Build with Maven
run: mvn -B verify --file lemminx-maven/pom.xml -fae