Skip to content

Commit 777cce1

Browse files
committed
Don't deploy benchmarks
1 parent 29affbb commit 777cce1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

benchmarks/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,13 @@
222222
</execution>
223223
</executions>
224224
</plugin>
225+
226+
<plugin>
227+
<artifactId>maven-deploy-plugin</artifactId>
228+
<configuration>
229+
<skip>true</skip>
230+
</configuration>
231+
</plugin>
225232
</plugins>
226233
</build>
227234
</project>

0 commit comments

Comments
 (0)