-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.ort.yml
79 lines (61 loc) · 2.27 KB
/
.ort.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
excludes:
paths:
- pattern: "Plugin-FS/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Plugin-JMS/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Weblogic/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Wildfly/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Core/Domibus-MSH-swagger/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Core/Domibus-MSH-distribution/**"
reason: "OPTIONAL_COMPONENT_OF"
comment: "Not included in distributed build artifacts."
- pattern: "Domibus-DSS/domibus-dss-test/**"
reason: "TEST_OF"
comment: "This directory contains tests."
- pattern: "Core/Domibus-MSH-selenium-ui-tests/**"
reason: "TEST_OF"
comment: "This directory contains tests."
- pattern: "Core/Domibus-MSH-soapui-tests/**"
reason: "TEST_OF"
comment: "This directory contains tests."
- pattern: "Core/Domibus-MSH-test/**"
reason: "TEST_OF"
comment: "This directory contains tests."
- pattern: "Plugin-WS/Domibus-default-ws-plugin-backend-ws-test/**"
reason: "TEST_OF"
comment: "This directory contains tests."
scopes:
- pattern: "checkstyle"
reason: "BUILD_DEPENDENCY_OF"
comment: "Packages for code styling checks (testing) only."
- pattern: "devDependencies"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "jacocoAgent"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "jacocoAnt"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for code coverage (testing) only."
- pattern: "test.*"
reason: "TEST_DEPENDENCY_OF"
comment: "Packages for testing only."
- pattern: "annotationProcessor"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileClasspath"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."
- pattern: "compileOnly"
reason: "DEV_DEPENDENCY_OF"
comment: "Packages for development only."