From f863ef022cf056654aab35b36dfe98c582e4c315 Mon Sep 17 00:00:00 2001 From: Mohammad Farooq Date: Sun, 14 Sep 2025 14:45:37 +0530 Subject: [PATCH 1/3] Update Maven link in README to official Maven documentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 898f9f551fa3..001fafa2d727 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,7 @@ mvn -Dcargo.servlet.port=8081 cargo:run If all goes well (check the console output) you can access the OpenMRS application at `localhost:8080/openmrs`. -Refer to [Getting Started as a Developer - Maven](https://wiki.openmrs.org/display/docs/Maven) for some more information -on useful Maven commands and build options. +For additional Maven commands and guidance, refer to the [official Maven documentation](https://maven.apache.org/guides/index.html). ## Docker build From fa5e7059a78ab13a755dce7f53906667d6855f24 Mon Sep 17 00:00:00 2001 From: Mohammad Farooq Date: Wed, 1 Oct 2025 19:17:21 +0530 Subject: [PATCH 2/3] Added OpenMRS Maven wiki --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 001fafa2d727..b7340138a5fc 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ mvn -Dcargo.servlet.port=8081 cargo:run If all goes well (check the console output) you can access the OpenMRS application at `localhost:8080/openmrs`. -For additional Maven commands and guidance, refer to the [official Maven documentation](https://maven.apache.org/guides/index.html). +For project-specific guidance, see the [OpenMRS Maven Wiki](https://wiki.openmrs.org/display/docs/Maven+Development); ## Docker build From 35d0edccb27bf7a9ffeb916f7a961544a411578d Mon Sep 17 00:00:00 2001 From: Mohammad Farooq Date: Thu, 2 Oct 2025 12:30:05 +0530 Subject: [PATCH 3/3] Fix broken Maven link (restore original text, update link only) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7340138a5fc..704a590fd2ac 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ mvn -Dcargo.servlet.port=8081 cargo:run If all goes well (check the console output) you can access the OpenMRS application at `localhost:8080/openmrs`. -For project-specific guidance, see the [OpenMRS Maven Wiki](https://wiki.openmrs.org/display/docs/Maven+Development); +For project-specific guidance, see the [OpenMRS Maven Wiki](https://openmrs.atlassian.net/wiki/spaces/Archives/pages/25520545/Maven); ## Docker build