File tree Expand file tree Collapse file tree 3 files changed +57
-0
lines changed
spring-boot-sample-jetty-jsp
spring-boot-sample-tomcat-jsp
spring-boot-sample-web-jsp Expand file tree Collapse file tree 3 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 82
82
</plugin >
83
83
</plugins >
84
84
</build >
85
+ <profiles >
86
+ <profile >
87
+ <id >java9</id >
88
+ <activation >
89
+ <jdk >9</jdk >
90
+ </activation >
91
+ <build >
92
+ <plugins >
93
+ <plugin >
94
+ <groupId >org.apache.maven.plugins</groupId >
95
+ <artifactId >maven-surefire-plugin</artifactId >
96
+ <configuration >
97
+ <skipTests >true</skipTests >
98
+ </configuration >
99
+ </plugin >
100
+ </plugins >
101
+ </build >
102
+ </profile >
103
+ </profiles >
85
104
</project >
Original file line number Diff line number Diff line change 63
63
</plugin >
64
64
</plugins >
65
65
</build >
66
+ <profiles >
67
+ <profile >
68
+ <id >java9</id >
69
+ <activation >
70
+ <jdk >9</jdk >
71
+ </activation >
72
+ <build >
73
+ <plugins >
74
+ <plugin >
75
+ <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-surefire-plugin</artifactId >
77
+ <configuration >
78
+ <skipTests >true</skipTests >
79
+ </configuration >
80
+ </plugin >
81
+ </plugins >
82
+ </build >
83
+ </profile >
84
+ </profiles >
66
85
</project >
Original file line number Diff line number Diff line change 63
63
</plugin >
64
64
</plugins >
65
65
</build >
66
+ <profiles >
67
+ <profile >
68
+ <id >java9</id >
69
+ <activation >
70
+ <jdk >9</jdk >
71
+ </activation >
72
+ <build >
73
+ <plugins >
74
+ <plugin >
75
+ <groupId >org.apache.maven.plugins</groupId >
76
+ <artifactId >maven-surefire-plugin</artifactId >
77
+ <configuration >
78
+ <skipTests >true</skipTests >
79
+ </configuration >
80
+ </plugin >
81
+ </plugins >
82
+ </build >
83
+ </profile >
84
+ </profiles >
66
85
</project >
You can’t perform that action at this time.
0 commit comments