File tree Expand file tree Collapse file tree 2 files changed +6
-22
lines changed
Expand file tree Collapse file tree 2 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 135135 use instead of the default slf4j2x.
136136 This should merge with the profile with the same name
137137 in the parent module -->
138- <build >
139- <plugins >
140- <plugin >
141- <artifactId >maven-compiler-plugin</artifactId >
142- <version >3.13.0</version >
143- <configuration >
144- <source >1.8</source >
145- <target >1.8</target >
146- <encoding >UTF-8</encoding >
147- <!-- excluding tests depending on logback/env var by default -->
148- <testIncludes >
149- <testInclude >**/Slf4jUtilsLogbackTest.java</testInclude >
150- <testInclude >**/Slf4jUtils1xTest.java</testInclude >
151- <testInclude >**/Slf4jUtilsTest.java</testInclude >
152- <testInclude >**/TestAppender.java</testInclude >
153- <testInclude >**/LoggingTest.java</testInclude >
154- </testIncludes >
155- </configuration >
156- </plugin >
157- </plugins >
158- </build >
138+ <!-- Run test with `mvn clean test -P '!slf4j2x,slf4j2x-test'` -->
159139 <dependencies >
160140 <dependency >
161141 <groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 423423 <profiles >
424424 <profile >
425425 <id >slf4j2x-test</id >
426- <!-- This profile is for logging test only, use instead of the default slf4j2x -->
426+ <!-- This profile is for logging test only, use instead of the default slf4j2x -->
427+ <!-- testInclude for compiler is in this parent pom because it affects
428+ test classes from other modules -->
429+ <!-- To run logging tests, use this in addition to `slf4j2x-test`profile
430+ in oauth2_http module -->
427431 <build >
428432 <plugins >
429433 <plugin >
You can’t perform that action at this time.
0 commit comments