You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2021/12/28 14:47:20 UTC

[incubator-streampipes] branch dev updated: [hotfix] Add streampipes pipeline elements shared to maven build

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

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 7071491  [hotfix] Add streampipes pipeline elements shared to maven build
7071491 is described below

commit 707149183c9ca09268f196911cca245b08abafbf
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Tue Dec 28 15:46:09 2021 +0100

    [hotfix] Add streampipes pipeline elements shared to maven build
---
 .../streampipes-pipeline-elements-shared/pom.xml             | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml b/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml
index 325ffec..b309c80 100644
--- a/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml
+++ b/streampipes-extensions/streampipes-pipeline-elements-shared/pom.xml
@@ -53,5 +53,17 @@
             <version>0.69.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-deploy-plugin</artifactId>
+                    <version>2.8.2</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
 </project>