Skip to content

Commit 1a6ff00

Browse files
committed
do not configure skip tests
1 parent 949eb54 commit 1a6ff00

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.xbib.elasticsearch.plugin</groupId>
99
<artifactId>elasticsearch-river-jdbc</artifactId>
10-
<version>1.4.0.0.Beta1</version>
10+
<version>1.4.0.1.Beta1</version>
1111

1212
<packaging>jar</packaging>
1313

@@ -160,7 +160,6 @@
160160
<artifactId>maven-surefire-plugin</artifactId>
161161
<version>2.17</version>
162162
<configuration>
163-
<skipTests>true</skipTests>
164163
<properties>
165164
<property>
166165
<name>listener</name>
@@ -303,7 +302,6 @@
303302
<plugin>
304303
<artifactId>maven-surefire-plugin</artifactId>
305304
<configuration>
306-
<skip>false</skip>
307305
<workingDirectory>${project.build.directory}</workingDirectory>
308306
<systemPropertyVariables>
309307
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -324,7 +322,6 @@
324322
<plugin>
325323
<artifactId>maven-surefire-plugin</artifactId>
326324
<configuration>
327-
<skipTests>false</skipTests>
328325
<workingDirectory>${project.build.directory}</workingDirectory>
329326
<systemPropertyVariables>
330327
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -353,7 +350,6 @@
353350
<plugin>
354351
<artifactId>maven-surefire-plugin</artifactId>
355352
<configuration>
356-
<skipTests>false</skipTests>
357353
<workingDirectory>${project.build.directory}</workingDirectory>
358354
<systemPropertyVariables>
359355
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -386,7 +382,6 @@
386382
<plugin>
387383
<artifactId>maven-surefire-plugin</artifactId>
388384
<configuration>
389-
<skipTests>false</skipTests>
390385
<workingDirectory>${project.build.directory}</workingDirectory>
391386
<systemPropertyVariables>
392387
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -421,7 +416,6 @@
421416
<plugin>
422417
<artifactId>maven-surefire-plugin</artifactId>
423418
<configuration>
424-
<skipTests>false</skipTests>
425419
<workingDirectory>${project.build.directory}</workingDirectory>
426420
<systemPropertyVariables>
427421
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -452,7 +446,6 @@
452446
<plugin>
453447
<artifactId>maven-surefire-plugin</artifactId>
454448
<configuration>
455-
<skipTests>false</skipTests>
456449
<workingDirectory>${project.build.directory}</workingDirectory>
457450
<systemPropertyVariables>
458451
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -482,7 +475,6 @@
482475
<plugin>
483476
<artifactId>maven-surefire-plugin</artifactId>
484477
<configuration>
485-
<skipTests>false</skipTests>
486478
<workingDirectory>${project.build.directory}</workingDirectory>
487479
<systemPropertyVariables>
488480
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -513,7 +505,6 @@
513505
<plugin>
514506
<artifactId>maven-surefire-plugin</artifactId>
515507
<configuration>
516-
<skipTests>false</skipTests>
517508
<workingDirectory>${project.build.directory}</workingDirectory>
518509
<systemPropertyVariables>
519510
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>
@@ -545,7 +536,6 @@
545536
<plugin>
546537
<artifactId>maven-surefire-plugin</artifactId>
547538
<configuration>
548-
<skipTests>false</skipTests>
549539
<workingDirectory>${project.build.directory}</workingDirectory>
550540
<systemPropertyVariables>
551541
<java.io.tmpdir>${project.build.directory}</java.io.tmpdir>

0 commit comments

Comments
 (0)