diff options
Diffstat (limited to 'elasticsearch-sg/pom.xml')
-rw-r--r-- | elasticsearch-sg/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 419684d..0c6f67b 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -78,7 +78,13 @@ <forceTags>true</forceTags> </configuration> </plugin> - + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <configuration> + <skip>true</skip> + </configuration> + </plugin> </plugins> </build> |