Unskipping deployment
[aai/search-data-service.git] / search-data-service-app / pom.xml
index 5cc0ab3..978b0c5 100644 (file)
                                        </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>