Skip to content

Commit 54343b4

Browse files
lewisbirkstimja
andauthored
chore(ci): remove corrupted channel writes in build logs (jenkinsci#761)
Co-authored-by: Tim Jacomb <21194782+timja@users.noreply.github.com>
1 parent 60564e2 commit 54343b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,16 @@
148148
<url>https://repo.jenkins-ci.org/public/</url>
149149
</pluginRepository>
150150
</pluginRepositories>
151+
152+
<build>
153+
<plugins>
154+
<plugin>
155+
<groupId>org.apache.maven.plugins</groupId>
156+
<artifactId>maven-surefire-plugin</artifactId>
157+
<configuration>
158+
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" />
159+
</configuration>
160+
</plugin>
161+
</plugins>
162+
</build>
151163
</project>

0 commit comments

Comments
 (0)