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

commit 8bd87d52f9dc97c9a61fef7213decfe772cfca29
Author: James Netherton <jamesnether...@gmail.com>
AuthorDate: Fri Jun 19 10:19:27 2020 +0100

    Remove skip of maven-enforcer-plugin from tooling module
---
 tooling/package-maven-plugin/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/tooling/package-maven-plugin/pom.xml 
b/tooling/package-maven-plugin/pom.xml
index 1f7bd20..24924a2 100644
--- a/tooling/package-maven-plugin/pom.xml
+++ b/tooling/package-maven-plugin/pom.xml
@@ -102,17 +102,6 @@
                     </mojoDependencies>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-enforcer-plugin</artifactId>
-                <configuration>
-                    <!--
-                        compatibility issue with asciidoc 2.1.0 (camel) vs 
2.0.0 (quarkus)
-                        TODO: investigate a better option
-                    -->
-                    <skip />
-                </configuration>
-            </plugin>
         </plugins>
     </build>
 

Reply via email to