Skip to content

Commit f751578

Browse files
committed
Adding test source into m2 builder (so the test dependencies are also loaded properly).
1 parent 3a2ddc3 commit f751578

File tree

1 file changed

+8
-0
lines changed
  • maven-m2-builder/ref-project/src/test/java

1 file changed

+8
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import org.junit.jupiter.api.*;
2+
3+
public class TestA {
4+
@Test
5+
public void test() {
6+
}
7+
}
8+

0 commit comments

Comments
 (0)