diff --git a/ozone-distro-parent/pom.xml b/ozone-distro-parent/pom.xml index e834b1a..81998b4 100644 --- a/ozone-distro-parent/pom.xml +++ b/ozone-distro-parent/pom.xml @@ -70,6 +70,32 @@ org.apache.maven.plugins maven-resources-plugin + + + Exclude unneeded Ozone files + process-resources + + copy-resources + + + + ${project.build.directory}/${project.artifactId}-${project.version} + true + + + ${project.build.directory}/ozone + + distro/**/addresshierarchy/*.* + distro/**/ampathforms/*.json + distro/**/ampathformstranslations/*.json + distro/**/globalproperties/i18n.xml + distro/**/*demo.* + + + + + + Copy and substitute some helper files @@ -148,7 +174,7 @@ true - ${project.parent.basedir}/configs + ${project.basedir}/configs .gitkeep @@ -156,32 +182,6 @@ - - - - Exclude unneeded Ozone files - process-resources - - copy-resources - - - - ${project.build.directory}/${project.artifactId}-${project.version} - true - - - ${project.build.directory}/ozone - - distro/**/addresshierarchy/*.* - distro/**/ampathforms/*.json - distro/**/ampathformstranslations/*.json - distro/**/globalproperties/i18n.xml - distro/**/*demo.* - - - - -