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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4f94262  - Added "name" tags to the projects poms that were missing 
them ... now the output of the reactor sumary looks nice again.
4f94262 is described below

commit 4f9426268b9cda6a16978427a1d2f91a4fbe1503
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Thu Jan 17 11:44:46 2019 +0100

    - Added "name" tags to the projects poms that were missing them ... now the 
output of the reactor sumary looks nice again.
---
 integrations/apache-calcite/pom.xml                         | 2 ++
 integrations/apache-karaf/karaf-ads-feature/pom.xml         | 2 ++
 integrations/apache-karaf/karaf-demo-server/pom.xml         | 2 ++
 integrations/apache-karaf/karaf-ethernet-ip-feature/pom.xml | 2 ++
 integrations/apache-karaf/karaf-modbus-feature/pom.xml      | 2 ++
 integrations/apache-karaf/karaf-s7-feature/pom.xml          | 2 ++
 integrations/apache-karaf/karaf-simulated-feature/pom.xml   | 2 ++
 integrations/apache-nifi/nifi-plc4x-nar/pom.xml             | 2 ++
 integrations/apache-nifi/nifi-plc4x-processors/pom.xml      | 2 ++
 9 files changed, 18 insertions(+)

diff --git a/integrations/apache-calcite/pom.xml 
b/integrations/apache-calcite/pom.xml
index 3f6dc56..f0f4312 100644
--- a/integrations/apache-calcite/pom.xml
+++ b/integrations/apache-calcite/pom.xml
@@ -28,6 +28,8 @@
 
   <artifactId>apache-calcite</artifactId>
 
+  <name>Integrations: Apache Calcite</name>
+
   <properties>
     <calcite-core.version>1.17.0</calcite-core.version>
   </properties>
diff --git a/integrations/apache-karaf/karaf-ads-feature/pom.xml 
b/integrations/apache-karaf/karaf-ads-feature/pom.xml
index 7278956..fc75b12 100644
--- a/integrations/apache-karaf/karaf-ads-feature/pom.xml
+++ b/integrations/apache-karaf/karaf-ads-feature/pom.xml
@@ -30,6 +30,8 @@
   <artifactId>karaf-ads-feature</artifactId>
   <packaging>feature</packaging>
 
+  <name>Integrations: Apache Karaf: ADS</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/integrations/apache-karaf/karaf-demo-server/pom.xml 
b/integrations/apache-karaf/karaf-demo-server/pom.xml
index b9b2965..33992f0 100644
--- a/integrations/apache-karaf/karaf-demo-server/pom.xml
+++ b/integrations/apache-karaf/karaf-demo-server/pom.xml
@@ -31,6 +31,8 @@
   <artifactId>karaf-demo-server</artifactId>
   <packaging>karaf-assembly</packaging>
 
+  <name>Integrations: Apache Karaf: Demo Server</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.karaf.features</groupId>
diff --git a/integrations/apache-karaf/karaf-ethernet-ip-feature/pom.xml 
b/integrations/apache-karaf/karaf-ethernet-ip-feature/pom.xml
index 4c26d57..b832395 100644
--- a/integrations/apache-karaf/karaf-ethernet-ip-feature/pom.xml
+++ b/integrations/apache-karaf/karaf-ethernet-ip-feature/pom.xml
@@ -30,6 +30,8 @@
   <artifactId>karaf-ethernet-ip-feature</artifactId>
   <packaging>feature</packaging>
 
+  <name>Integrations: Apache Karaf: EtherNet/IP</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/integrations/apache-karaf/karaf-modbus-feature/pom.xml 
b/integrations/apache-karaf/karaf-modbus-feature/pom.xml
index ae29992..f0362c0 100644
--- a/integrations/apache-karaf/karaf-modbus-feature/pom.xml
+++ b/integrations/apache-karaf/karaf-modbus-feature/pom.xml
@@ -30,6 +30,8 @@
   <artifactId>karaf-modbus-feature</artifactId>
   <packaging>feature</packaging>
 
+  <name>Integrations: Apache Karaf: Modbus</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/integrations/apache-karaf/karaf-s7-feature/pom.xml 
b/integrations/apache-karaf/karaf-s7-feature/pom.xml
index 252884c..47f3ad2 100644
--- a/integrations/apache-karaf/karaf-s7-feature/pom.xml
+++ b/integrations/apache-karaf/karaf-s7-feature/pom.xml
@@ -30,6 +30,8 @@
   <artifactId>karaf-s7-feature</artifactId>
   <packaging>feature</packaging>
 
+  <name>Integrations: Apache Karaf: S7</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/integrations/apache-karaf/karaf-simulated-feature/pom.xml 
b/integrations/apache-karaf/karaf-simulated-feature/pom.xml
index c8424de..53659ed 100644
--- a/integrations/apache-karaf/karaf-simulated-feature/pom.xml
+++ b/integrations/apache-karaf/karaf-simulated-feature/pom.xml
@@ -30,6 +30,8 @@
   <artifactId>karaf-simulated-feature</artifactId>
   <packaging>feature</packaging>
 
+  <name>Integrations: Apache Karaf: Simulated</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>
diff --git a/integrations/apache-nifi/nifi-plc4x-nar/pom.xml 
b/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
index f01fb1c..beee2a6 100644
--- a/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
+++ b/integrations/apache-nifi/nifi-plc4x-nar/pom.xml
@@ -25,6 +25,8 @@
   <artifactId>nifi-plc4x-nar</artifactId>
   <packaging>nar</packaging>
 
+  <name>Integrations: Apache Nifi: NAR</name>
+
   <properties>
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <source.skip>true</source.skip>
diff --git a/integrations/apache-nifi/nifi-plc4x-processors/pom.xml 
b/integrations/apache-nifi/nifi-plc4x-processors/pom.xml
index 8eda9db..f66d314 100644
--- a/integrations/apache-nifi/nifi-plc4x-processors/pom.xml
+++ b/integrations/apache-nifi/nifi-plc4x-processors/pom.xml
@@ -24,6 +24,8 @@
 
   <artifactId>nifi-plc4x-processors</artifactId>
 
+  <name>Integrations: Apache Nifi: Processors</name>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.plc4x</groupId>

Reply via email to