|
68 | 68 | <system>jenkins-ci</system>
|
69 | 69 | <url>https://jenkins.itextsupport.com/</url>
|
70 | 70 | </ciManagement>
|
| 71 | + |
71 | 72 | <properties>
|
72 | 73 | <argLine>-Xmx1024m</argLine>
|
73 | 74 | <bouncycastle.version>1.64</bouncycastle.version>
|
|
80 | 81 | <itext.legacy.version>5.5.13.1</itext.legacy.version>
|
81 | 82 | <jacoco.version>0.8.4</jacoco.version>
|
82 | 83 | <java.version>1.7</java.version>
|
83 |
| - <javadoc-additionalOptions/> |
| 84 | + <javadoc-additionalOptions /> |
84 | 85 | <javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>
|
85 | 86 | <javadoc.version>3.0.1</javadoc.version>
|
86 | 87 | <jfreechart.version>1.0.19</jfreechart.version>
|
|
101 | 102 | <slf4j.version>1.7.13</slf4j.version>
|
102 | 103 | <slowtests>com.itextpdf.test.annotations.type.SlowTest</slowtests>
|
103 | 104 | <sonar.clirr.reportPath>${project.build.directory}/clirr-report.txt</sonar.clirr.reportPath>
|
| 105 | + <sonar.dependencyCheck.htmlReportPath>target/dependency-check-report.html</sonar.dependencyCheck.htmlReportPath> |
| 106 | + <sonar.dependencyCheck.reportPath>target/dependency-check-report.xml</sonar.dependencyCheck.reportPath> |
104 | 107 | <spotbugs.version>3.1.11</spotbugs.version>
|
105 | 108 | <surefire.version>3.0.0-M3</surefire.version>
|
106 | 109 | <unittests>com.itextpdf.test.annotations.type.UnitTest</unittests>
|
107 | 110 | </properties>
|
| 111 | + |
108 | 112 | <repositories>
|
109 | 113 | <repository>
|
110 | 114 | <releases>
|
|
154 | 158 | <scope>test</scope>
|
155 | 159 | </dependency>
|
156 | 160 | </dependencies>
|
| 161 | + |
157 | 162 | <build>
|
158 | 163 | <finalName>itext7-${project.artifactId}-${project.version}</finalName>
|
159 | 164 | <plugins>
|
|
439 | 444 | </execution>
|
440 | 445 | </executions>
|
441 | 446 | </plugin>
|
| 447 | + <plugin> |
| 448 | + <groupId>org.owasp</groupId> |
| 449 | + <artifactId>dependency-check-maven</artifactId> |
| 450 | + <version>5.2.4</version> |
| 451 | + <executions> |
| 452 | + <execution> |
| 453 | + <phase>verify</phase> |
| 454 | + <goals> |
| 455 | + <goal>aggregate</goal> |
| 456 | + </goals> |
| 457 | + </execution> |
| 458 | + </executions> |
| 459 | + <configuration> |
| 460 | + <format>XML</format> |
| 461 | + <prettyPrint>true</prettyPrint> |
| 462 | + </configuration> |
| 463 | + </plugin> |
442 | 464 | </plugins>
|
443 | 465 | </build>
|
| 466 | + |
444 | 467 | <reporting>
|
445 | 468 | <plugins>
|
446 | 469 | <plugin>
|
|
0 commit comments