Skip to content

Commit

Permalink
Do we need the validator profile in both ozone-distro and ozone-disto…
Browse files Browse the repository at this point in the history
…-parent??
  • Loading branch information
corneliouzbett committed Feb 1, 2024
1 parent db3fe1e commit ddaf523
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions ozone-distro-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,39 +187,4 @@
</plugins>
</build>

<profiles>
<profile>
<id>validator</id>
<activation>
<property>
<name>env.CI</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>

<!-- hooking the OpenMRS config validation to the integration-test phase -->
<plugin>
<groupId>org.openmrs.maven.plugins</groupId>
<artifactId>openmrs-packager-maven-plugin</artifactId>
<executions>
<execution>
<id>Validate OpenMRS configuration</id>
<phase>integration-test</phase>
<goals>
<goal>validate-configurations</goal>
</goals>
<configuration>
<sourceDir>${project.build.directory}/${project.artifactId}-${project.version}/distro/configs/openmrs/initializer_config</sourceDir>
</configuration>
</execution>
</executions>
</plugin>

</plugins>
</build>
</profile>
</profiles>

</project>

0 comments on commit ddaf523

Please sign in to comment.