You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/08/14 09:19:19 UTC

[plc4x] branch develop updated: - Added a "rules" element to make the plugin happy on some maven versions.

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/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1983930  - Added a "rules" element to make the plugin happy on some maven versions.
1983930 is described below

commit 1983930c08bb230945a70cc350f64d4e3e40ea04
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Aug 14 11:19:09 2019 +0200

    - Added a "rules" element to make the plugin happy on some maven versions.
---
 plc4j/integrations/apache-karaf/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/plc4j/integrations/apache-karaf/pom.xml b/plc4j/integrations/apache-karaf/pom.xml
index 556b454..b3b5227 100644
--- a/plc4j/integrations/apache-karaf/pom.xml
+++ b/plc4j/integrations/apache-karaf/pom.xml
@@ -64,6 +64,7 @@
             </goals>
             <configuration>
               <skip>true</skip>
+              <rules/>
             </configuration>
           </execution>
         </executions>