aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 7fcd7ee0d4..815a736c2e 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -89,6 +89,20 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-deploy-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-install-plugin</artifactId>
+ <configuration>
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<executions>