You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/05/02 13:03:14 UTC

[incubator-streampipes-extensions] 01/02: Update pom.xml

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes-extensions.git

commit 42c4496c08b46595d47cfd50f4a298613cbb46e4
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 2 14:41:04 2020 +0200

    Update pom.xml
---
 pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0e674b0..26e63d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -524,6 +524,14 @@
                         <finalName>apache-streampipes-extensions-${project.version}-incubating</finalName>
                     </configuration>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.8.2</version>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>