Skip to content

Commit

Permalink
Fixes piranhacloud#3776 - Parallelize build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Jun 24, 2024
1 parent f580af2 commit 96b1000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/server/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
</configuration>
</execution>
</executions>
</plugin> <plugin>
</plugin>
<plugin>
<groupId>cloud.piranha.maven</groupId>
<artifactId>piranha-maven-plugin</artifactId>
<version>${project.version}</version>
Expand Down Expand Up @@ -97,7 +98,6 @@
<artifactId>maven-failsafe-plugin</artifactId>
<configuration>
<forkCount>1</forkCount>
<reuseForks>false</reuseForks>
<systemPropertyVariables>
<httpPort>${httpPort}</httpPort>
</systemPropertyVariables>
Expand Down

0 comments on commit 96b1000

Please sign in to comment.