Skip to content

Commit 3070992

Browse files
authored
update doc - build applications with maven (#8)
1 parent ed66aa1 commit 3070992

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ Optional: Set the App Registration Service management reference:
6767
azd env set AZURE_SERVICE_MANAGEMENT_REFERENCE <service_management_reference>
6868
```
6969

70+
## Build the applications
71+
72+
Run the following command to build the applications:
73+
74+
```shell
75+
./mvnw clean package
76+
```
77+
7078
## Create the Azure resources and deploy the code
7179

7280
Run the following command to create the Azure resources and deploy the code (about 15-minutes to complete):

0 commit comments

Comments
 (0)