diff options
Diffstat (limited to 'sdnr/wt/common/pom.xml')
-rw-r--r-- | sdnr/wt/common/pom.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml index 5719be168..7a414e5c9 100644 --- a/sdnr/wt/common/pom.xml +++ b/sdnr/wt/common/pom.xml @@ -109,28 +109,6 @@ </configuration> </plugin> <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> - <executable>bash</executable> - <arguments> - <argument>${basedir}/../data-provider/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> @@ -141,7 +119,6 @@ <httpPort>${databaseport}</httpPort> <version>6.5.0</version> <timeout>120</timeout> - <pathInitScript>${project.build.directory}/EsInit.script</pathInitScript> </configuration> <executions> <execution> |