Skip to content

Commit 246dbde

Browse files
committed
Exclude modules pdftest, font-asian and hyph from SonarQube analysis
QA-1800
1 parent 826b8be commit 246dbde

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ pipeline {
1111
options {
1212
ansiColor('xterm')
1313
buildDiscarder(logRotator(artifactNumToKeepStr: '1'))
14-
compressBuildLog()
1514
parallelsAlwaysFailFast()
1615
retry(1)
1716
skipStagesAfterUnstable()

font-asian/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
</license>
2020
</licenses>
2121

22+
<properties>
23+
<sonar.skip>true</sonar.skip>
24+
</properties>
25+
2226
<build>
2327
<plugins>
2428
<plugin>

hyph/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
</license>
2020
</licenses>
2121

22+
<properties>
23+
<sonar.skip>true</sonar.skip>
24+
</properties>
25+
2226
<build>
2327
<plugins>
2428
<plugin>

pdftest/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
<name>iText 7 - pdftest</name>
1414
<url>https://itextpdf.com/</url>
1515

16+
<properties>
17+
<sonar.skip>true</sonar.skip>
18+
</properties>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)