Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To Prod: Change to cloud-hosted-guide-arquillian-managed #3886

Merged
merged 1 commit into from
Mar 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -248,7 +248,7 @@ Configure your build to use the Arquillian Liberty Managed container and set up
First, configure your test build with Maven. All of the Maven configuration takes place in the ***pom.xml*** file, which is provided for you.


> From the menu of the IDE, select **File** > **Open** > guide-arquillian-managed/start/pom.xml, or click the following button
> From the menu of the IDE, select ***File*** > ***Open*** > guide-arquillian-managed/start/pom.xml, or click the following button

::openFile{path="/home/project/guide-arquillian-managed/start/pom.xml"}

@@ -273,7 +273,7 @@ Now that you're done configuring your Maven build, set up your Open Liberty to r
Take a look at the ***server.xml*** file.


> From the menu of the IDE, select **File** > **Open** > guide-arquillian-managed/start/src/main/liberty/config/server.xml, or click the following button
> From the menu of the IDE, select ***File*** > ***Open*** > guide-arquillian-managed/start/src/main/liberty/config/server.xml, or click the following button

::openFile{path="/home/project/guide-arquillian-managed/start/src/main/liberty/config/server.xml"}