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 2018/08/20 20:30:41 UTC

[incubator-plc4x] branch feature/ethernet-ip updated: Removed the maven version check as it was reported by the build itself not being intended for this sort of check

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

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


The following commit(s) were added to refs/heads/feature/ethernet-ip by this push:
     new 5dad848  Removed the maven version check as it was reported by the build itself not being intended for this sort of check
5dad848 is described below

commit 5dad848a609e5b9dfb176a6342ecef05ccb38e6b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Mon Aug 20 22:30:37 2018 +0200

    Removed the maven version check as it was reported by the build itself not being intended for this sort of check
---
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index 61fa38a..24762af 100644
--- a/pom.xml
+++ b/pom.xml
@@ -248,20 +248,6 @@
         <artifactId>maven-enforcer-plugin</artifactId>
         <version>3.0.0-M1</version> <!--$NO-MVN-MAN-VER$-->
         <executions>
-          <execution>
-            <id>enforce-maven</id>
-            <phase>validate</phase>
-            <goals>
-              <goal>enforce</goal>
-            </goals>
-            <configuration>
-              <rules>
-                <requireMavenVersion>
-                  <version>${maven.version}</version>
-                </requireMavenVersion>
-              </rules>
-            </configuration>
-          </execution>
           <!-- Make sure no dependencies are used for which known vulnerabilities exist. -->
           <execution>
             <id>vulnerability-checks</id>