diff --git a/distro/configs/superset/assembly.xml b/distro/configs/superset/assembly.xml new file mode 100644 index 0000000..8f07799 --- /dev/null +++ b/distro/configs/superset/assembly.xml @@ -0,0 +1,20 @@ + + + zip-superset-configs + + zip + + false + + + . + ${project.build.directory}/${project.artifactId}-${project.version} + + + diff --git a/distro/configs/superset/dashboard-assets/.gitkeep b/distro/configs/superset/assets/.gitkeep similarity index 100% rename from distro/configs/superset/dashboard-assets/.gitkeep rename to distro/configs/superset/assets/.gitkeep diff --git a/distro/configs/superset/pom.xml b/distro/configs/superset/pom.xml new file mode 100644 index 0000000..ad1dcfc --- /dev/null +++ b/distro/configs/superset/pom.xml @@ -0,0 +1,95 @@ + + + 4.0.0 + + + com.ozonehis + maven-commons + 1.0.0-SNAPSHOT + ../../../maven-commons + + + ozone-superset-configs + Ozone Superset Configs + Superset configurations to be used in Ozone Analytics + pom + + + Ozone HIS + https://www.ozone-his.com + + + + + Mekom Solutions + https://www.mekomsolutions.com + + + + + UTF-8 + + + + + + + + + + + org.apache.maven.plugins + maven-resources-plugin + + + + Copy Superset configs + process-resources + + copy-resources + + + + ${project.build.directory}/${project.artifactId}-${project.version} + true + + + ./ + + pom.xml + assembly.xml + + + + + + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + Package Superset configs + package + + single + + + false + + assembly.xml + + + + + + + + + \ No newline at end of file diff --git a/distro/pom.xml b/distro/pom.xml index 70e8de3..87ee9b9 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -45,6 +45,10 @@ dependencies + + configs/superset + +