mirror of
http://43.153.184.91:8080/https://github.com/s4u/setup-maven-action.git
synced 2026-01-27 19:23:39 +08:00
Maven 3.8.4 as default
This commit is contained in:
parent
5344d1092e
commit
bee771f042
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -47,7 +47,7 @@ jobs:
|
||||
with:
|
||||
java-version: 8
|
||||
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.3
|
||||
- run: mvn -V validate -Drequire.java=8 -Drequire.maven=3.8.4
|
||||
shell: bash
|
||||
|
||||
test-ok:
|
||||
|
||||
26
README.md
26
README.md
@ -18,7 +18,7 @@ This is composite action which help to prepare GitHub Actions environment for Ma
|
||||
# Project versioning
|
||||
|
||||
This project uses [Semantic Versioning](https://semver.org/).
|
||||
We recommended to use the latest and specific release version.
|
||||
We recommended using the latest and specific release version.
|
||||
|
||||
In order to keep your project dependencies up to date you can watch this repository *(Releases only)*
|
||||
or use automatic tools like [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/about-dependabot-version-updates).
|
||||
@ -27,15 +27,15 @@ or use automatic tools like [Dependabot](https://docs.github.com/en/code-securit
|
||||
|
||||
## checkout
|
||||
|
||||
| params | destination |
|
||||
| -------------------------- |------------------ |
|
||||
| checkout-fetch-depth | fetch-depth |
|
||||
| params | destination |
|
||||
|----------------------|-------------|
|
||||
| checkout-fetch-depth | fetch-depth |
|
||||
|
||||
|
||||
## setup-java
|
||||
|
||||
| params | destination | default |
|
||||
| ----------------- |------------- |-------- |
|
||||
|-------------------|--------------|---------|
|
||||
| java-version | java-version | |
|
||||
| java-distribution | distribution | temurin |
|
||||
|
||||
@ -55,23 +55,23 @@ A cache action is configured as:
|
||||
|
||||
So we can use for action:
|
||||
|
||||
| params | description |
|
||||
| ----------------- |--------------------------------------------------------- |
|
||||
| cache-path | default cache path for Maven with value ~/.m2/repository |
|
||||
| cache-path-add | additional value for cache path |
|
||||
| cache-prefix | prefix value for `key` and `restore-keys` cache params |
|
||||
| params | description |
|
||||
|----------------|----------------------------------------------------------|
|
||||
| cache-path | default cache path for Maven with value ~/.m2/repository |
|
||||
| cache-path-add | additional value for cache path |
|
||||
| cache-prefix | prefix value for `key` and `restore-keys` cache params |
|
||||
|
||||
|
||||
## setup-maven
|
||||
|
||||
| params | destination | default |
|
||||
| ------------- |-------------- |-------- |
|
||||
| maven-version | maven-version | 3.8.3 |
|
||||
|---------------|---------------|---------|
|
||||
| maven-version | maven-version | 3.8.4 |
|
||||
|
||||
## maven-settings-action
|
||||
|
||||
| params | destination |
|
||||
| -------------------------- |------------------ |
|
||||
|----------------------------|-------------------|
|
||||
| settings-servers | servers |
|
||||
| settings-mirrors | mirrors |
|
||||
| settings-properties | properties |
|
||||
|
||||
@ -40,7 +40,7 @@ inputs:
|
||||
# maven version
|
||||
maven-version:
|
||||
description: 'The Maven version to set up'
|
||||
default: '3.8.3'
|
||||
default: '3.8.4'
|
||||
required: false
|
||||
|
||||
# maven settings.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user