I install the SDK successfully but I could not create a module

@zzy have you tried mvn openmrs-sdk:create-project

Oh sorry! Basing on the screenshot share you are trying to install an sdk instance but the process is terminating on the way. Kindly try these steps and share the output

  • del C:\Users\DELL.m2\settings.xml
  • mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.0.0:setup-sdk
  • mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk -U
  • mvn openmrs-sdk:setup

OK,It works thank you