Skip to content

Commit

Permalink
Restoring pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhanagarajan committed Aug 30, 2021
1 parent cd5a0e2 commit 596aed2
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions server-adapters/resteasy-reactor-netty/pom.xml
Expand Up @@ -80,30 +80,6 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<executions>
<execution>
<id>use-releasing-output</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<reuseForks>false</reuseForks>
<systemPropertyVariables>
<resteasy.server.reactor-netty.use-flushing>false</resteasy.server.reactor-netty.use-flushing>
</systemPropertyVariables>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>i18n</id>
Expand Down Expand Up @@ -158,19 +134,6 @@
</includes>
</configuration>
</execution>
<execution>
<id>use-releasing-output</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
<configuration>
<reuseForks>false</reuseForks>
<systemProperties>
-Dresteasy.server.reactor-netty.use-flushing=false
</systemProperties>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
Expand Down

0 comments on commit 596aed2

Please sign in to comment.