Skip to content

Commit 406ffef

Browse files
authored
build: Skip installation of spark-integration and fuzz testing modules (#1091)
1 parent 0c9a403 commit 406ffef

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

fuzz-testing/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ under the License.
100100
</execution>
101101
</executions>
102102
</plugin>
103+
<plugin>
104+
<groupId>org.apache.maven.plugins</groupId>
105+
<artifactId>maven-install-plugin</artifactId>
106+
<configuration>
107+
<skip>true</skip>
108+
</configuration>
109+
</plugin>
103110
</plugins>
104111
</build>
105112
</project>

spark-integration/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ under the License.
100100
</execution>
101101
</executions>
102102
</plugin>
103+
<plugin>
104+
<groupId>org.apache.maven.plugins</groupId>
105+
<artifactId>maven-install-plugin</artifactId>
106+
<configuration>
107+
<skip>true</skip>
108+
</configuration>
109+
</plugin>
103110
</plugins>
104111
</build>
105112

0 commit comments

Comments
 (0)