diff --git a/README.md b/README.md index ffa5efa..e2e74d8 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,49 @@ Example: mvn org.folio:folio-module-descriptor-validator:1.0.0:validate ``` +Modules that don't use maven may use this minimal pom.xml: + +```xml + + + 4.0.0 + dummy + dummy + 0.0.0 + + + folio-nexus + FOLIO Maven repository + https://repository.folio.org/repository/maven-folio + + + + ModuleDescriptor-template.json + + + + + org.folio + folio-module-descriptor-validator + 1.0.0 + + + + validate + + + + + + + +``` + NOTE: Non-project use is needed for local tests, using scripts, or creating reports. It is also suitable for validating UI module descriptors. For everyday work with modules that contain module descriptor, it is recommended to add a plugin to the `pom.xml` to track and prevent issues with MD. ## Validation rules