Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For passing value for dependent modules list it should follow a case-
    <Module 1 Id>:<Module 1 Version>,<Module 2 Id >:<Module 2 Version>,<Module 3 Id>:<Module 3 Version>,.....
    Code Block
    -DdependentModules=ReportModulereportmodule:1.0.0,CohortModulecohortmodule:1.0.5,
    
    Assumptions,
    -groupId=org.openmrs.module
    -artifactid="given-module-id"-api

Example:
Creating a Demo module with a link in admin page and a dependent module with out any prompts.

...