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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4291a93  Disabled the maven-bundle-plugin and removed the exclusion 
for jqassistant-maven-plugin
4291a93 is described below

commit 4291a933d49a7f2d7e60766037fba59dc6ff0494
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed Apr 4 19:29:32 2018 +0200

    Disabled the maven-bundle-plugin and removed the exclusion for 
jqassistant-maven-plugin
---
 integrations/apache-camel/pom.xml | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/integrations/apache-camel/pom.xml 
b/integrations/apache-camel/pom.xml
index abb5637..4702340 100644
--- a/integrations/apache-camel/pom.xml
+++ b/integrations/apache-camel/pom.xml
@@ -127,7 +127,8 @@
         </executions>
       </plugin>
       <!-- to generate the MANIFEST-FILE of the bundle -->
-      <plugin>
+      <!-- TODO: Seems this plugin is messing up the jqassistant execution. 
Also it doesn't seem to have any effect on the output as it is not executed at 
all and there is no MANIFEST.MF in the output -->
+      <!--plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <version>3.5.0</version>
@@ -138,15 +139,7 @@
             
<Export-Service>org.apache.camel.spi.ComponentResolver;component=s7</Export-Service>
           </instructions>
         </configuration>
-      </plugin>
-      <!-- FIXME: Something is messing up JQAssistant (I guess Chris should 
have a look at this) -->
-      <plugin>
-        <groupId>com.buschmais.jqassistant</groupId>
-        <artifactId>jqassistant-maven-plugin</artifactId>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
+      </plugin-->
     </plugins>
   </build>
 

-- 
To stop receiving notification emails like this one, please contact
cd...@apache.org.

Reply via email to