To apply the shared module into the 3rd party tools management page
[dcaegen2/services.git] / components / datalake-handler / pom.xml
index d8caee8..103a1eb 100644 (file)
@@ -7,7 +7,7 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.2.3</version>
+               <version>2.0.0</version>
        </parent>
 
        <groupId>org.onap.dcaegen2.services.components</groupId>
                                        <downloadJavadocs>true</downloadJavadocs>
                                </configuration>
                        </plugin>
+
+                       <plugin>
+                               <groupId>org.apache.maven.plugins</groupId>
+                               <artifactId>maven-deploy-plugin</artifactId>
+                               <version>2.8</version>
+                               <configuration>
+                                       <skip>true</skip>
+                               </configuration>
+                       </plugin>
+
                </plugins>
        </build>