You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by co...@apache.org on 2019/11/20 10:22:25 UTC

[camel] 01/10: Fixing owasp plugin

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

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

commit 092c868312b12b7555b688d177cf8e5a0c900047
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Nov 19 14:26:14 2019 +0000

    Fixing owasp plugin
---
 parent/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index aedb1a9..8926be1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -5645,13 +5645,14 @@
                         <skipProvidedScope>false</skipProvidedScope>
                         <skipRuntimeScope>false</skipRuntimeScope>
                         <skipTestScope>true</skipTestScope>
+                        <skipSystemScope>true</skipSystemScope>
                         <format>ALL</format>
                     </configuration>
                     <executions>
                         <execution>
                             <phase>validate</phase>
                             <goals>
-                                <goal>check</goal>
+                                <goal>aggregate</goal>
                             </goals>
                         </execution>
                     </executions>