-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.project-keeper.yml
31 lines (30 loc) · 1.22 KB
/
.project-keeper.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
sources:
- type: maven
path: pom.xml
modules:
- integration_tests
- maven_central
linkReplacements:
- "http://nexus.sonatype.org/oss-repository-hosting.html/scalatest-maven-plugin|https://www.scalatest.org/user_guide/using_the_scalatest_maven_plugin"
build:
# Generate dummy error code reports to avoid failing builds.
# Error code crawler does not support hybrid Scala and Java projects.
workflows:
- name: "ci-build.yml"
stepCustomizations:
- action: INSERT_AFTER
stepId: build-pk-verify
content:
name: Generate dummy error code report
id: generate-dummy-error-code-report
run: echo '{"$schema":"https://schemas.exasol.com/error_code_report-1.0.0.json","errorCodes":[]}' > target/error_code_report.json
- name: "release.yml"
stepCustomizations:
- action: INSERT_AFTER
stepId: build
content:
name: Generate dummy error code report
id: generate-dummy-error-code-report
run: echo '{"$schema":"https://schemas.exasol.com/error_code_report-1.0.0.json","errorCodes":[]}' > target/error_code_report.json
excludes:
- "E-PK-CORE-17: Missing required file: 'release_config.yml'"