File tree Expand file tree Collapse file tree 3 files changed +33
-25
lines changed Expand file tree Collapse file tree 3 files changed +33
-25
lines changed Original file line number Diff line number Diff line change @@ -386,28 +386,4 @@ Portions Copyright (c) 2017-2018, Chris Fraire <
[email protected] >.
386
386
</plugins >
387
387
</build >
388
388
389
- <profiles >
390
- <profile >
391
- <id >java9plus</id >
392
- <activation >
393
- <jdk >[9,10]</jdk >
394
- </activation >
395
- <build >
396
- <plugins >
397
- <plugin >
398
- <groupId >org.apache.maven.plugins</groupId >
399
- <artifactId >maven-surefire-plugin</artifactId >
400
- <configuration >
401
- <argLine >
402
- --add-exports java.base/jdk.internal.ref=ALL-UNNAMED
403
- --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
404
- --add-exports java.base/sun.nio.ch=ALL-UNNAMED
405
- </argLine >
406
- </configuration >
407
- </plugin >
408
- </plugins >
409
- </build >
410
- </profile >
411
- </profiles >
412
-
413
389
</project >
Original file line number Diff line number Diff line change 136
136
<path >/${project.build.finalName} </path >
137
137
</configuration >
138
138
</plugin >
139
+
140
+ <plugin >
141
+ <groupId >org.apache.maven.plugins</groupId >
142
+ <artifactId >maven-surefire-plugin</artifactId >
143
+ <configuration >
144
+ <argLine >${surefireArgLine} </argLine >
145
+ </configuration >
146
+ </plugin >
139
147
</plugins >
140
148
</build >
141
149
150
+ <profiles >
151
+ <profile >
152
+ <id >java9plus</id >
153
+ <activation >
154
+ <jdk >[9,11]</jdk >
155
+ </activation >
156
+ <build >
157
+ <plugins >
158
+ <plugin >
159
+ <groupId >org.apache.maven.plugins</groupId >
160
+ <artifactId >maven-surefire-plugin</artifactId >
161
+ <configuration >
162
+ <argLine >
163
+ --add-exports java.base/jdk.internal.ref=ALL-UNNAMED
164
+ --add-exports java.base/jdk.internal.misc=ALL-UNNAMED
165
+ --add-exports java.base/sun.nio.ch=ALL-UNNAMED
166
+ </argLine >
167
+ </configuration >
168
+ </plugin >
169
+ </plugins >
170
+ </build >
171
+ </profile >
172
+ </profiles >
173
+
142
174
</project >
Original file line number Diff line number Diff line change 108
108
<profile >
109
109
<id >java9plus</id >
110
110
<activation >
111
- <jdk >[9,10 ]</jdk >
111
+ <jdk >[9,11 ]</jdk >
112
112
</activation >
113
113
<build >
114
114
<plugins >
You can’t perform that action at this time.
0 commit comments