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 c28414d  - Disabled the "reactorModuleConvergence" enforcer rule to 
make it possible again to build modules separately
c28414d is described below

commit c28414db274a3c1e60d540e2c653e11ced0d2940
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Wed Nov 7 20:26:01 2018 +0100

    - Disabled the "reactorModuleConvergence" enforcer rule to make it possible 
again to build modules separately
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e0a1e37..04695ca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -320,7 +320,8 @@
                 <requireJavaVersion>
                   <version>1.8.0</version>
                 </requireJavaVersion>
-                <reactorModuleConvergence/>
+                <!-- Disabled for now as it breaks the ability to build single 
modules -->
+                <!--reactorModuleConvergence/-->
                 <banVulnerable 
implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" 
/>
               </rules>
             </configuration>

Reply via email to