File tree Expand file tree Collapse file tree 1 file changed +9
-43
lines changed Expand file tree Collapse file tree 1 file changed +9
-43
lines changed Original file line number Diff line number Diff line change 21
21
<maven .compiler.target>11</maven .compiler.target>
22
22
</properties >
23
23
24
- <profiles >
25
- <profile >
26
- <id >java8</id >
27
- <activation >
28
- <jdk >1.8</jdk >
29
- </activation >
30
- <build >
31
- <plugins >
32
- <plugin >
33
- <groupId >org.apache.maven.plugins</groupId >
34
- <artifactId >maven-surefire-plugin</artifactId >
35
- <version >${surefire.version} </version >
36
- </plugin >
37
- <plugin >
38
- <groupId >org.apache.maven.plugins</groupId >
39
- <artifactId >maven-compiler-plugin</artifactId >
40
- <configuration >
41
- <compilerArguments >
42
- <bootclasspath >
43
- ${java.home} /lib/rt.jar${path.separator}${java.home} /lib/jce.jar${path.separator}${java.home} /../lib/tools.jar
44
- </bootclasspath >
45
- </compilerArguments >
46
- </configuration >
47
- </plugin >
48
- </plugins >
49
- </build >
50
- </profile >
51
- <profile >
52
- <id >default</id >
53
- <activation >
54
- <activeByDefault >true</activeByDefault >
55
- </activation >
56
- <build >
57
- <plugins >
58
- <plugin >
59
- <groupId >org.apache.maven.plugins</groupId >
60
- <artifactId >maven-surefire-plugin</artifactId >
61
- <version >${surefire.version} </version >
62
- </plugin >
63
- </plugins >
64
- </build >
65
- </profile >
66
- </profiles >
24
+ <build >
25
+ <plugins >
26
+ <plugin >
27
+ <groupId >org.apache.maven.plugins</groupId >
28
+ <artifactId >maven-surefire-plugin</artifactId >
29
+ <version >${surefire.version} </version >
30
+ </plugin >
31
+ </plugins >
32
+ </build >
67
33
68
34
69
35
<dependencies >
You can’t perform that action at this time.
0 commit comments