Unwatch a project

Hello devs, Currently am using the openmrs sdk for development and am watching a certain project…My question is how to stop watching a project i.e what would the opposite of [mvn openmrs-sdk:watch] be? @dkayiwa

1 Like

This used to be documented, not sure what happened…

https://wiki.openmrs.org/display/docs/OpenMRS+SDK+2.x#OpenMRSSDK2.x-unwatch

2 Likes

@regan use this

mvn openmrs-sdk:unwatch
2 Likes

@mksd @ssmusoke thanks alot…