mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-10-14 06:07:33 +00:00
Mimir: make sure JGroups is not running (#1320)
We don't need it. Config copied from Maven. For this to work (user wide extension) I upped Maven version to 4.0.0-rc-3 as well, again, same as in Maven CI.
This commit is contained in:
21
.github/ci-mimir-daemon.properties
vendored
Normal file
21
.github/ci-mimir-daemon.properties
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||
# contributor license agreements. See the NOTICE file distributed with
|
||||
# this work for additional information regarding copyright ownership.
|
||||
# The ASF licenses this file to You under the Apache License, Version 2.0
|
||||
# (the "License"); you may not use this file except in compliance with
|
||||
# the License. You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
# Mimir Daemon properties
|
||||
|
||||
# Disable JGroups; we don't want/use LAN cache sharing
|
||||
mimir.jgroups.enabled=false
|
22
.github/workflows/early-access.yaml
vendored
22
.github/workflows/early-access.yaml
vendored
@@ -43,11 +43,12 @@ jobs:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: 'Prepare Mimir'
|
||||
- name: Prepare Mimir
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p ~/.m2
|
||||
mkdir -p ~/.mimir
|
||||
cp .github/ci-extensions.xml ~/.m2/extensions.xml
|
||||
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
||||
|
||||
- name: 'Handle Mimir caches'
|
||||
uses: actions/cache@v4
|
||||
@@ -58,10 +59,6 @@ jobs:
|
||||
mimir-${{ runner.os }}-default-
|
||||
mimir-${{ runner.os }}-
|
||||
|
||||
- name: 'Set up Maven'
|
||||
shell: bash
|
||||
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=4.0.0-rc-3"
|
||||
|
||||
- name: 'Run default (non-native) build'
|
||||
run: ./mvnw verify -Dmrm=false -V -B -ntp -e -s .mvn/release-settings.xml
|
||||
|
||||
@@ -116,11 +113,12 @@ jobs:
|
||||
distribution: 'graalvm'
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: 'Prepare Mimir'
|
||||
- name: Prepare Mimir
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir -p ~/.m2
|
||||
mkdir -p ~/.mimir
|
||||
cp .github/ci-extensions.xml ~/.m2/extensions.xml
|
||||
cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties
|
||||
|
||||
- name: 'Handle Mimir caches'
|
||||
uses: actions/cache@v4
|
||||
@@ -131,10 +129,6 @@ jobs:
|
||||
mimir-${{ runner.os }}-native-
|
||||
mimir-${{ runner.os }}-
|
||||
|
||||
- name: 'Set up Maven'
|
||||
shell: bash
|
||||
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=4.0.0-rc-3"
|
||||
|
||||
- name: 'Maven clean'
|
||||
run: ./mvnw clean -Dmrm=false -V -B -ntp -e
|
||||
|
||||
@@ -198,10 +192,6 @@ jobs:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: 'Set up Maven'
|
||||
shell: bash
|
||||
run: mvn --errors --batch-mode --show-version org.apache.maven.plugins:maven-wrapper-plugin:3.3.2:wrapper "-Dmaven=4.0.0-rc-3"
|
||||
|
||||
- name: 'Run site build'
|
||||
run: ./mvnw compile site -Dmrm=false -V -B -ntp -e -s .mvn/release-settings.xml
|
||||
|
||||
|
Reference in New Issue
Block a user