Commits on Source (9)
-
Daniel Dehennin authored
.maven:validate =============== Validate the project is correct and all necessary information is available. USAGE ===== include: - project: EOLE/Infra/ci-tools ref: stable file: /templates/Maven.yaml stages: - lint maven validate: {extends: '.maven:validate'}
-
Daniel Dehennin authored
USAGE ===== include: - project: EOLE/Infra/ci-tools ref: stable file: /templates/Maven.yaml stages: - test maven verify: {extends: '.maven:verify'}
-
Daniel Dehennin authored
USAGE ===== include: - project: EOLE/Infra/ci-tools ref: stable file: /templates/Maven.yaml stages: - release maven deploy: {extends: '.maven:deploy'}
-
Daniel Dehennin authored
Resolve "Add CI templates for Java Maven projects" Closes #18 See merge request !63
-
Daniel Dehennin authored
This variable should be defined in `.maven:base` or errors can occurs at CI: POM file specified with the -f/--file command line argument does not exist
-
Daniel Dehennin authored
Resolve "Maven: source directory variable is not set" Closes #19 See merge request !64
-
Daniel Dehennin authored
Prepare new release See merge request !65
-
Daniel Dehennin authored
Publish new release See merge request !66
-
semantic-release-bot authored
## [1.12.0](https://gitlab.mim-libre.fr/EOLE/infra/ci-tools/compare/release/1.11.1...release/1.12.0) (2022-07-05) ### Features * **maven:** copy package to remote repository with `.maven:deploy` ([b72b0a82](b72b0a82)) * **maven:** ensure quality criteria are met with `.maven:verify` ([a46a2368](a46a2368)) * **maven:** validate the project with `.maven:validate` ([92d822d4](92d822d4)) ### Bug Fixes * **maven:** define `SRC_DIR` variable ([8d8a6af8](8d8a6af8))
templates/Maven.yaml
0 → 100644