Skip to content

Commit e718f65

Browse files
Update howto-deploy-java-liberty-app.md
1 parent 353ae10 commit e718f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ In directory *liberty/config*, the *server.xml* file is used to configure the DB
207207
208208
### Build the project
209209
210-
Now that you've gathered the necessary properties, you can build the application. The POM file for the project reads many variables from the environment. As part of the Maven build, these variables are used to populate values in the YAML files located in *src/main/aks*. You can do something similar for your application outside Maven if you prefer.
210+
Now that you gathered the necessary properties, you can build the application. The POM file for the project reads many variables from the environment. As part of the Maven build, these variables are used to populate values in the YAML files located in *src/main/aks*. You can do something similar for your application outside Maven if you prefer.
211211
212212
#### [Bash](#tab/in-bash)
213213

0 commit comments

Comments
 (0)