Skip to content
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ target/

node/
node_modules/
package-lock.json

.mta/
*.mtar
Expand All @@ -37,4 +36,4 @@ hs_err*
.cdsrc-private.json

/chart/
.reloadtrigger
.reloadtrigger
14 changes: 0 additions & 14 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,6 @@
<artifactId>cds-maven-plugin</artifactId>
<version>${cds.services.version}</version>
<executions>
<!-- Following steps start and stop MTX sidecar for tests executed by failsafe plugin -->
<execution>
<id>install-sidecar</id>
<goals>
<goal>npm</goal>
</goals>
<phase>pre-integration-test</phase>
<configuration>
<arguments>install --no-save</arguments>
<skip>${skipTests}</skip>
<workingDirectory>${sidecar.dir}</workingDirectory>
</configuration>
</execution>

<execution>
<id>start-sidecar</id>
<goals>
Expand Down
Loading