Skip to content

Commit 8dfe28f

Browse files
committed
@releng: skip deployment of e22-selenium module
1 parent 27cb5db commit 8dfe28f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testing/it/e2e-selenium/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,13 @@
140140
</excludes>
141141
</configuration>
142142
</plugin>
143+
<plugin>
144+
<groupId>org.apache.maven.plugins</groupId>
145+
<artifactId>maven-deploy-plugin</artifactId>
146+
<configuration>
147+
<skip>true</skip>
148+
</configuration>
149+
</plugin>
143150
</plugins>
144151
</build>
145152

0 commit comments

Comments
 (0)