You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2020/09/23 13:55:07 UTC

[camel-quarkus] branch master updated: Remove redundant skip of maven-enforcer-plugin execution

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

jamesnetherton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new 88b1aab  Remove redundant skip of maven-enforcer-plugin execution
88b1aab is described below

commit 88b1aab737ab45de5e8b7d6d2f378c547bafb093
Author: James Netherton <ja...@gmail.com>
AuthorDate: Wed Sep 23 12:49:07 2020 +0100

    Remove redundant skip of maven-enforcer-plugin execution
---
 integration-tests/xml/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/integration-tests/xml/pom.xml b/integration-tests/xml/pom.xml
index a427b19..b1d3a38 100644
--- a/integration-tests/xml/pom.xml
+++ b/integration-tests/xml/pom.xml
@@ -131,12 +131,6 @@
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <configuration>
-                    <skip>true</skip>
-                </configuration>
-            </plugin>
         </plugins>
     </build>