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 2022/08/04 08:42:56 UTC

[camel-quarkus] branch main updated: Add license mapping for Jenkinsfile.sonarcloud

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4eeb4829b3 Add license mapping for Jenkinsfile.sonarcloud
4eeb4829b3 is described below

commit 4eeb4829b3595e600101bdc91233eadc5c897f7b
Author: James Netherton <ja...@gmail.com>
AuthorDate: Thu Aug 4 09:42:38 2022 +0100

    Add license mapping for Jenkinsfile.sonarcloud
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 53e19bae34..55e7f62236 100644
--- a/pom.xml
+++ b/pom.xml
@@ -529,6 +529,7 @@
                             <jaxb.index>CAMEL_PROPERTIES_STYLE</jaxb.index>
                             <Jenkinsfile>SLASHSTAR_STYLE</Jenkinsfile>
                             <Jenkinsfile.quarkus>SLASHSTAR_STYLE</Jenkinsfile.quarkus>
+                            <Jenkinsfile.sonarcloud>SLASHSTAR_STYLE</Jenkinsfile.sonarcloud>
                             <properties>CAMEL_PROPERTIES_STYLE</properties>
                             <rnc>SCRIPT_STYLE</rnc>
                             <ini>SCRIPT_STYLE</ini>