Skip to content
Snippets Groups Projects
Commit 4adcce07 authored by Martin Vogel's avatar Martin Vogel
Browse files

Merge branch 'feature/583-add-reuse-licenses' into 'main'

Feature/583 add reuse licenses

See merge request !53
parents 9bf08952 84cf86d9
No related branches found
No related tags found
1 merge request!53Feature/583 add reuse licenses
...@@ -2,7 +2,7 @@ include: ...@@ -2,7 +2,7 @@ include:
- project: 'fit-connect/pipeline' - project: 'fit-connect/pipeline'
ref: main ref: main
file: 'reuse.gitlab-ci.yml' file: 'reuse.gitlab-ci.yml'
variables: variables:
MAVEN_CLI_OPTS: "-s .m2/release.xml --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true" MAVEN_CLI_OPTS: "-s .m2/release.xml --batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true" MAVEN_OPTS: "-Dhttps.protocols=TLSv1.2 -Dmaven.repo.local=$CI_PROJECT_DIR/.m2/repository -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=WARN -Dorg.slf4j.simpleLogger.showDateTime=true -Djava.awt.headless=true"
...@@ -14,11 +14,17 @@ stages: ...@@ -14,11 +14,17 @@ stages:
- test - test
- package - package
- deploy - deploy
cache: cache:
paths: paths:
- .m2/repository/ - .m2/repository/
reuse:
extends: .reuse
stage: lint
variables:
DOCKER_REGISTRY_READ: $DOCKER_PULL_REGISTRY
build: build:
image: maven:latest image: maven:latest
stage: build stage: build
......
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Files: api/src/* client/src/* core/src/* open-api/src/* Files: api/src/* client/src/* core/src/*
api/README.md client/README.md core/README.md open-api/README.md api/README.md client/README.md core/README.md
README.md CHANGELOG.md README.md CHANGELOG.md
Copyright: 2022 FIT-Connect contributors Copyright: 2022 FIT-Connect contributors
License: EUPL-1.2 License: EUPL-1.2
...@@ -11,7 +11,7 @@ Copyright: 2013-2022 The Apache Software Foundation ...@@ -11,7 +11,7 @@ Copyright: 2013-2022 The Apache Software Foundation
License: Apache-2.0 License: Apache-2.0
Files: pom.xml api/pom.xml core/pom.xml client/pom.xml open-api/pom.xml Files: pom.xml api/pom.xml core/pom.xml client/pom.xml open-api/pom.xml
.gitlab-ci.yml .gitignore .gitlab-ci.yml .gitignore .m2/release.xml
renovate.json checkstyle.xml config.yml renovate.json checkstyle.xml checkstyle-suppressions.xml config.yml
Copyright: 2022 FIT-Connect contributors Copyright: 2022 FIT-Connect contributors
License: CC0-1.0 License: CC0-1.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment