Skip to content

Commit

Permalink
e2e: skip install
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangsa committed Jan 21, 2024
1 parent badad0e commit 8d9d276
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,23 @@
<skipTests>${e2e.tests.skip}</skipTests>
</properties>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<executions>
<execution>
<id>default-install</id>
<phase>none</phase>
</execution>
</executions>
</plugin>
</plugins>
</pluginManagement>
</build>

<dependencies>
<dependency>
<groupId>io.github.zenwave360.zenwave-sdk</groupId>
Expand Down

0 comments on commit 8d9d276

Please sign in to comment.