summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/data-provider/setup/pom.xml
diff options
context:
space:
mode:
authorMichael Dürre <michael.duerre@highstreet-technologies.com>2020-03-04 07:43:07 +0100
committerMichael Dürre <michael.duerre@highstreet-technologies.com>2020-03-04 07:43:22 +0100
commit298e36213bae8e9c972928d09f7cf58d23bba991 (patch)
tree8ebc0398a88f876b3bfcdc097f1cc3bb58689365 /sdnr/wt/data-provider/setup/pom.xml
parenta88eb4a899fee09bc3c067a2764bb182d485d119 (diff)
fixed db init
fixed db initialziation for maintenance Issue-ID: SDNC-1108 Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com> Change-Id: Ifcfdf80f31cb7691716e8f4cec6ba1ba52644709
Diffstat (limited to 'sdnr/wt/data-provider/setup/pom.xml')
-rw-r--r--sdnr/wt/data-provider/setup/pom.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/sdnr/wt/data-provider/setup/pom.xml b/sdnr/wt/data-provider/setup/pom.xml
index 74391a86d..e9618b1f7 100644
--- a/sdnr/wt/data-provider/setup/pom.xml
+++ b/sdnr/wt/data-provider/setup/pom.xml
@@ -80,29 +80,6 @@
<build>
<plugins>
<plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>exec-maven-plugin</artifactId>
- <executions>
- <execution>
- <id>generateDTOs</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <skip>${skipTests}</skip>
- <executable>bash</executable>
- <arguments>
- <argument>${basedir}/../provider/src/main/resources/es-init.sh</argument>
- <argument>initfile</argument>
- <argument>-f</argument>
- <argument>${project.build.directory}/EsInit.script</argument>
- </arguments>
- </configuration>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>com.github.alexcojocaru</groupId>
<artifactId>elasticsearch-maven-plugin</artifactId>
<version>6.16</version>