File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 44 <artifactId >MeshLibCoreClean2022</artifactId >
55 <version >0.0.1-SNAPSHOT</version >
66 <build >
7- <sourceDirectory >src</sourceDirectory >
8- <testSourceDirectory >test2</testSourceDirectory >
9- <testResources >
10- <testResource >
11- <directory >test2</directory >
12- <excludes >
13- <exclude >**/*.java</exclude >
14- </excludes >
15- </testResource >
16- </testResources >
7+ <sourceDirectory >src/main/java</sourceDirectory >
8+ <testSourceDirectory >src/test/java</testSourceDirectory >
179 <plugins >
1810 <plugin >
1911 <artifactId >maven-compiler-plugin</artifactId >
2921 <groupId >org.junit.jupiter</groupId >
3022 <artifactId >junit-jupiter-api</artifactId >
3123 <version >5.9.1</version >
32- <scope >test2</scope >
3324 </dependency >
3425 </dependencies >
35- </project >
26+ </project >
You can’t perform that action at this time.
0 commit comments