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/23 09:20:32 UTC

[incubator-streampipes-extensions] branch dev updated: [STREAMPIPES-140] Add streampipes-maven-plugin

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

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


The following commit(s) were added to refs/heads/dev by this push:
     new 24a4758  [STREAMPIPES-140] Add streampipes-maven-plugin
     new 1127d84  Merge branch 'dev' of github.com:apache/incubator-streampipes-extensions into dev
24a4758 is described below

commit 24a47580d669596a2ee43ff4a4e682a9367807a7
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Sat May 23 11:19:56 2020 +0200

    [STREAMPIPES-140] Add streampipes-maven-plugin
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index b46fe77..3c45d59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -816,6 +816,11 @@
                 </configuration>
             </plugin>
             <plugin>
+                <groupId>org.apache.streampipes</groupId>
+                <artifactId>streampipes-maven-plugin</artifactId>
+                <version>${streampipes.version}</version>
+            </plugin>
+            <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-enforcer-plugin</artifactId>
                 <version>1.4.1</version>