Skip to content

Commit

Permalink
Merge pull request #201 from wermerb/fix-test-runner
Browse files Browse the repository at this point in the history
Fix test runner
  • Loading branch information
nvoxland authored May 24, 2022
2 parents 9d2db38 + 5f737ec commit c1d04ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.liquibase.ext</groupId>
<artifactId>liquibase-mongodb</artifactId>
Expand Down Expand Up @@ -176,7 +177,9 @@
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<configuration>
<skipTests>false</skipTests>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
Expand Down Expand Up @@ -248,7 +251,6 @@
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
</configuration>
</plugin>

</plugins>

</build>
Expand Down

0 comments on commit c1d04ed

Please sign in to comment.