Skip to content

Commit 952b2ff

Browse files
committed
Exclude xmp from SonarQube analysis
This is third party code, which is out of scope for code quality analysis See http://www.codewrecks.com/blog/index.php/2017/07/22/exclude-folders-from-sonarqube-analysis/ QA-3778
1 parent 2a0ee3f commit 952b2ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
<artifactId>kernel</artifactId>
1010
<name>iText 7 - kernel</name>
1111
<url>https://itextpdf.com/</url>
12+
<properties>
13+
<sonar.exclusions>**/com/itextpdf/kernel/xmp/**</sonar.exclusions>
14+
</properties>
1215
<dependencies>
1316
<dependency>
1417
<groupId>com.itextpdf</groupId>

0 commit comments

Comments
 (0)