Skip to content

Commit

Permalink
build: Skip installation of spark-integration and fuzz testing modules
Browse files Browse the repository at this point in the history
  • Loading branch information
parthchandra authored and andygrove committed Nov 15, 2024
1 parent 9d38926 commit b74bfe4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fuzz-testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
7 changes: 7 additions & 0 deletions spark-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit b74bfe4

Please sign in to comment.