diff --git a/base/pom.xml b/base/pom.xml index 1fe40fcf..7bef7153 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -24,6 +24,23 @@ 1.0.0-SNAPSHOT + + + + validator + + + + maven-antrun-plugin + + + org.openmrs.maven.plugins + openmrs-packager-maven-plugin + + + + + diff --git a/pom.xml b/pom.xml index d08ab872..56c275eb 100644 --- a/pom.xml +++ b/pom.xml @@ -39,47 +39,49 @@ validator - - - maven-antrun-plugin - 1.7 - - - copy-config - pre-integration-test - - - - - - - - - run - - - - - - - org.openmrs.maven.plugins - openmrs-packager-maven-plugin - 1.7.0 - - - validate-configurations - integration-test - - validate-configurations - - - - ${project.build.directory}/configuration - - - - - + + + + maven-antrun-plugin + 1.7 + + + copy-config + pre-integration-test + + + + + + + + + run + + + + + + + org.openmrs.maven.plugins + openmrs-packager-maven-plugin + 1.7.0 + + + validate-configurations + integration-test + + validate-configurations + + + + ${project.build.directory}/validator/configuration + + + + + + diff --git a/prod/pom.xml b/prod/pom.xml index 41d85a87..cb25e6fd 100644 --- a/prod/pom.xml +++ b/prod/pom.xml @@ -43,6 +43,23 @@ + + + validator + + + + maven-antrun-plugin + + + org.openmrs.maven.plugins + openmrs-packager-maven-plugin + + + + + +