File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 336
336
<build >
337
337
338
338
<plugins >
339
-
339
+ <plugin >
340
+ <groupId >com.googlecode.maven-download-plugin</groupId >
341
+ <artifactId >download-maven-plugin</artifactId >
342
+ <version >1.9.0</version >
343
+ <executions >
344
+ <execution >
345
+ <id >check-mongodb-running</id >
346
+ <phase >initialize</phase >
347
+ <goals >
348
+ <goal >wget</goal >
349
+ </goals >
350
+ </execution >
351
+ </executions >
352
+ <configuration >
353
+ <url >http://localhost:27017</url >
354
+ <outputDirectory >${maven.multiModuleProjectDirectory} /target</outputDirectory >
355
+ <outputFileName >mongo-wget.log</outputFileName >
356
+ <skipCache >true</skipCache >
357
+ <skip >${skipTests} </skip >
358
+ </configuration >
359
+ </plugin >
340
360
<plugin >
341
361
<groupId >com.mysema.maven</groupId >
342
362
<artifactId >apt-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments