diff --git a/repl/pom.xml b/repl/pom.xml
index 0bc8bccf90a6defa10ac630f109d4510a5d9f02a..ae7c31aef4f5f72fc6f0fbfb9fec5668b2f7b140 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -92,13 +92,6 @@
     <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
     <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
       <!-- Include a source dir depending on the Scala version -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
diff --git a/yarn/pom.xml b/yarn/pom.xml
index b86857db7bde66c282ceaae83a971e4625279c9e..7595549e4b6dc88957ec4721cf51dcce92e49654 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -123,16 +123,6 @@
   </profiles>
 
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-    </plugins>
-
     <outputDirectory>target/scala-${scala.binary.version}/classes</outputDirectory>
     <testOutputDirectory>target/scala-${scala.binary.version}/test-classes</testOutputDirectory>
   </build>