File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 192
192
</systemProperties >
193
193
</configuration >
194
194
</plugin >
195
+
196
+ <plugin >
197
+ <groupId >org.apache.maven.plugins</groupId >
198
+ <artifactId >maven-failsafe-plugin</artifactId >
199
+ <version >3.0.0-M2</version >
200
+ <configuration >
201
+ <useSystemClassLoader >false</useSystemClassLoader >
202
+ <systemProperties >
203
+ <property >
204
+ <name >sqlite4java.library.path</name >
205
+ <value >${project.build.directory} /test-lib</value >
206
+ </property >
207
+ </systemProperties >
208
+ <includes >
209
+ <include >**/*ITCase.java</include >
210
+ </includes >
211
+ </configuration >
212
+ <executions >
213
+ <execution >
214
+ <goals >
215
+ <goal >integration-test</goal >
216
+ <goal >verify</goal >
217
+ </goals >
218
+ </execution >
219
+ </executions >
220
+ </plugin >
195
221
</plugins >
196
222
</build >
197
223
You can’t perform that action at this time.
0 commit comments