|
7 | 7 | <packaging>pom</packaging>
|
8 | 8 | <name>iText 7</name>
|
9 | 9 | <description>A Free Java-PDF library</description>
|
10 |
| - <url>http://itextpdf.com/</url> |
| 10 | + <url>https://itextpdf.com/</url> |
11 | 11 | <inceptionYear>1998</inceptionYear>
|
12 | 12 | <organization>
|
13 | 13 | <name>iText Group NV</name>
|
14 |
| - <url>http://itextpdf.com/</url> |
| 14 | + <url>https://itextpdf.com/</url> |
15 | 15 | </organization>
|
16 | 16 | <licenses>
|
17 | 17 | <license>
|
|
24 | 24 | <id>itext</id>
|
25 | 25 | <name>iText Software</name>
|
26 | 26 |
|
27 |
| - <url>http://www.itextpdf.com</url> |
| 27 | + <url>https://www.itextpdf.com</url> |
28 | 28 | </developer>
|
29 | 29 | </developers>
|
30 | 30 | <mailingLists>
|
31 | 31 | <mailingList>
|
32 | 32 | <name>iText on StackOverflow</name>
|
33 |
| - <subscribe>http://stackoverflow.com/questions/tagged/itext7</subscribe> |
34 |
| - <archive>http://stackoverflow.com/questions/tagged/itext7</archive> |
| 33 | + <subscribe>https://stackoverflow.com/questions/tagged/itext7</subscribe> |
| 34 | + <archive>https://stackoverflow.com/questions/tagged/itext7</archive> |
35 | 35 | <otherArchives>
|
36 | 36 | <otherArchive>http://news.gmane.org/gmane.comp.java.lib.itext.general</otherArchive>
|
37 | 37 | <otherArchive>http://itext-general.2136553.n4.nabble.com/</otherArchive>
|
|
66 | 66 | </issueManagement>
|
67 | 67 | <ciManagement>
|
68 | 68 | <system>jenkins-ci</system>
|
69 |
| - <url>http://ci.itextsupport.com/</url> |
| 69 | + <url>https://jenkins.itextsupport.com/</url> |
70 | 70 | </ciManagement>
|
71 | 71 | <properties>
|
72 | 72 | <argLine>-Xmx1024m</argLine>
|
73 | 73 | <bouncycastle.version>1.49</bouncycastle.version>
|
74 | 74 | <checkstyle.version>2.15</checkstyle.version>
|
75 |
| - <failsafe.version>2.18.1</failsafe.version> |
| 75 | + <failsafe.version>3.0.0-M3</failsafe.version> |
76 | 76 | <fb-contrib.version>6.2.1</fb-contrib.version>
|
77 | 77 | <findbugs.version>3.0.1</findbugs.version>
|
78 | 78 | <hsqldb.version>2.3.3</hsqldb.version>
|
79 | 79 | <integrationtests>com.itextpdf.test.annotations.type.IntegrationTest</integrationtests>
|
80 | 80 | <itext.legacy.version>5.5.8</itext.legacy.version>
|
81 | 81 | <jacoco.version>0.7.9</jacoco.version>
|
82 | 82 | <java.version>1.7</java.version>
|
83 |
| - <javadoc.version>3.0.0</javadoc.version> |
| 83 | + <javadoc.version>3.0.1</javadoc.version> |
| 84 | + <javadoc-additionalOptions /> |
| 85 | + <javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link> |
84 | 86 | <jfreechart.version>1.0.19</jfreechart.version>
|
85 | 87 | <junit.version>4.12</junit.version>
|
86 | 88 | <junitparams.version>1.0.4</junitparams.version>
|
87 | 89 | <logback.version>1.1.3</logback.version>
|
| 90 | + <maven.compiler.source>1.7</maven.compiler.source> |
| 91 | + <maven.compiler.target>1.7</maven.compiler.target> |
88 | 92 | <performancetests>com.itextpdf.test.annotations.type.PerformanceTest</performancetests>
|
89 | 93 | <pitest.version>1.1.11</pitest.version>
|
90 | 94 | <pmd.version>3.5</pmd.version>
|
|
95 | 99 | <slf4j.version>1.7.13</slf4j.version>
|
96 | 100 | <slowtests>com.itextpdf.test.annotations.type.SlowTest</slowtests>
|
97 | 101 | <sonar.clirr.reportPath>${project.build.directory}/clirr-report.txt</sonar.clirr.reportPath>
|
98 |
| - <surefire.version>2.18.1</surefire.version> |
| 102 | + <surefire.version>3.0.0-M3</surefire.version> |
99 | 103 | <unittests>com.itextpdf.test.annotations.type.UnitTest</unittests>
|
100 | 104 | </properties>
|
101 | 105 | <repositories>
|
|
287 | 291 | <configuration>
|
288 | 292 | <additionalparam>${javadoc.doclint.none}</additionalparam>
|
289 | 293 | <quiet>true</quiet>
|
| 294 | + <failOnError>true</failOnError> |
| 295 | + <source>7</source> |
| 296 | + <additionalOptions>${javadoc-additionalOptions}</additionalOptions> |
| 297 | + <links> |
| 298 | + <link>${javadoc-link}</link> |
| 299 | + </links> |
290 | 300 | </configuration>
|
291 | 301 | </plugin>
|
292 |
| - <!-- |
293 |
| - <plugin> |
294 |
| - <groupId>com.soebes.maven.plugins.dmg</groupId> |
295 |
| - <artifactId>doxygen-maven-plugin</artifactId> |
296 |
| - <version>1.0.1</version> |
297 |
| - <configuration> |
298 |
| - <projectName>${project.name}</projectName> |
299 |
| - <projectNumber>${project.version}</projectNumber> |
300 |
| - <optimizeOutputJava>true</optimizeOutputJava> |
301 |
| - <extractAll>true</extractAll> |
302 |
| - <extractStatic>true</extractStatic> |
303 |
| - <recursive>true</recursive> |
304 |
| - <exclude>.git</exclude> |
305 |
| - <excludePatterns>*/test/*</excludePatterns> |
306 |
| - <inlineSources>true</inlineSources> |
307 |
| - <referencedByRelation>true</referencedByRelation> |
308 |
| - <referencesRelation>true</referencesRelation> |
309 |
| - <hideUndocRelations>false</hideUndocRelations> |
310 |
| - <umlLook>true</umlLook> |
311 |
| - <callGraph>true</callGraph> |
312 |
| - <callerGraph>true</callerGraph> |
313 |
| - <generateLatex>false</generateLatex> |
314 |
| - </configuration> |
315 |
| - </plugin> |
316 |
| - --> |
317 | 302 | <plugin>
|
318 | 303 | <groupId>org.apache.maven.plugins</groupId>
|
319 | 304 | <artifactId>maven-jxr-plugin</artifactId>
|
|
385 | 370 | <javadoc.doclint.none>-Xdoclint:none</javadoc.doclint.none>
|
386 | 371 | </properties>
|
387 | 372 | </profile>
|
| 373 | + <profile> |
| 374 | + <id>java9+</id> |
| 375 | + <activation> |
| 376 | + <jdk>[9,)</jdk> |
| 377 | + </activation> |
| 378 | + <properties> |
| 379 | + <javadoc-additionalOptions>-html5</javadoc-additionalOptions> |
| 380 | + <javadoc-link>https://docs.oracle.com/javase/9/docs/api/</javadoc-link> |
| 381 | + </properties> |
| 382 | + </profile> |
388 | 383 | <profile>
|
389 | 384 | <id>develop</id>
|
390 | 385 | <activation>
|
|
661 | 656 | <quiet>true</quiet>
|
662 | 657 | <failOnError>false</failOnError>
|
663 | 658 | <detectLinks>true</detectLinks>
|
664 |
| - <subpackages>com.itextpdf.barcodes:com.itextpdf.forms:com.itextpdf.io:com.itextpdf.kernel:com.itextpdf.layout:com.itextpdf.pdfa:com.itextpdf.signatures:com.itextpdf.test</subpackages> |
| 659 | + <subpackages>com.itextpdf.barcodes:com.itextpdf.forms:com.itextpdf.io:com.itextpdf.kernel:com.itextpdf.layout:com.itextpdf.pdfa:com.itextpdf.signatures:com.itextpdf.styled-xml-parser:com.itextpdf.svg:com.itextpdf.test</subpackages> |
665 | 660 | <groups>
|
666 | 661 | <group>
|
667 | 662 | <title>Barcodes</title>
|
|
699 | 694 | <title>Signatures</title>
|
700 | 695 | <packages>com.itextpdf.signatures*</packages>
|
701 | 696 | </group>
|
| 697 | + <group> |
| 698 | + <title>Styled XML Parser</title> |
| 699 | + <packages>com.itextpdf.styled-xml-parser*</packages> |
| 700 | + </group> |
| 701 | + <group> |
| 702 | + <title>SVG</title> |
| 703 | + <packages>com.itextpdf.svg*</packages> |
| 704 | + </group> |
702 | 705 | </groups>
|
703 | 706 | </configuration>
|
704 | 707 | </plugin>
|
|
0 commit comments