diff options
Diffstat (limited to 'search-data-service-app/pom.xml')
-rw-r--r-- | search-data-service-app/pom.xml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 5cc0ab3..978b0c5 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -395,13 +395,16 @@ </execution> </executions> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-deploy-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-deploy-plugin</artifactId> + <version>2.8.2</version> + <executions> + <execution> + <id>default-deploy</id> + <phase>none</phase> + </execution> + </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |