Commit 3a24c3f
committed
JAVA-1939: Exclude logback-test.xml files from test jars
Motivation:
When logback-test.xml files get bundled in test jars, they appear
on the classpath of client applications, creating Logback configuration
conflicts with local configuration files.
Modification:
Exclude logback-test.xml files from test jars.
Result:
No more Logback configuration conflicts in client applications.1 parent 96d6f34 commit 3a24c3f
2 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
157 | 162 | | |
158 | 163 | | |
159 | 164 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments