diff --git a/modules/analytics/distribution/src/assembly/bin.xml b/modules/analytics/distribution/src/assembly/bin.xml index f57761f7..f43229c9 100644 --- a/modules/analytics/distribution/src/assembly/bin.xml +++ b/modules/analytics/distribution/src/assembly/bin.xml @@ -781,14 +781,14 @@ 644 - repository/resources/geodashboard/events.csv + src/repository/resources/geodashboard/events.csv ${pom.artifactId}-${pom.version}/repository/deployment/server/eventsimulatorfiles/ true 644 - repository/resources/geodashboard/events_streamConfiguration.xml + src/repository/resources/geodashboard/events_streamConfiguration.xml ${pom.artifactId}-${pom.version}/repository/deployment/server/eventsimulatorfiles/ true diff --git a/modules/analytics/distribution/repository/resources/geodashboard/events.csv b/modules/analytics/distribution/src/repository/resources/geodashboard/events.csv similarity index 100% rename from modules/analytics/distribution/repository/resources/geodashboard/events.csv rename to modules/analytics/distribution/src/repository/resources/geodashboard/events.csv diff --git a/modules/analytics/distribution/repository/resources/geodashboard/events_streamConfiguration.xml b/modules/analytics/distribution/src/repository/resources/geodashboard/events_streamConfiguration.xml similarity index 100% rename from modules/analytics/distribution/repository/resources/geodashboard/events_streamConfiguration.xml rename to modules/analytics/distribution/src/repository/resources/geodashboard/events_streamConfiguration.xml