Skip to content

Commit

Permalink
Fix the package channel test to fork the embedded server.
Browse files Browse the repository at this point in the history
Signed-off-by: James R. Perkins <[email protected]>
  • Loading branch information
jamezp committed Sep 30, 2024
1 parent 687d0eb commit 76d3303
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@
</extra-server-content-dirs>
<record-provisioning-state>true</record-provisioning-state>
<provisioning-dir>packaged-channel-server</provisioning-dir>
<galleon-options>
<!-- Fork the process to avoid a two controller-client's from being on the class path -->
<jboss-fork-embedded>true</jboss-fork-embedded>
</galleon-options>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 76d3303

Please sign in to comment.