|
21 | 21 | <scope>compile</scope>
|
22 | 22 | <optional>false</optional>
|
23 | 23 | </dependency>
|
24 |
| - <dependency> |
| 24 | + <dependency> |
25 | 25 | <groupId>io.sf.carte</groupId>
|
26 | 26 | <artifactId>css4j</artifactId>
|
27 | 27 | <version>${project.parent.version}</version>
|
28 | 28 | <type>test-jar</type>
|
29 | 29 | <scope>test</scope>
|
30 | 30 | </dependency>
|
31 |
| - <!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser --> |
| 31 | + <!-- https://mvnrepository.com/artifact/nu.validator.htmlparser/htmlparser --> |
32 | 32 | <dependency>
|
33 | 33 | <groupId>nu.validator.htmlparser</groupId>
|
34 | 34 | <artifactId>htmlparser</artifactId>
|
|
46 | 46 | <sourceDirectory>${project.basedir}/src</sourceDirectory>
|
47 | 47 | <testSourceDirectory>${project.basedir}/junit</testSourceDirectory>
|
48 | 48 | <plugins>
|
49 |
| - <plugin> |
50 |
| - <groupId>org.apache.maven.plugins</groupId> |
51 |
| - <artifactId>maven-source-plugin</artifactId> |
52 |
| - <version>3.2.0</version> |
53 |
| - <executions> |
54 |
| - <execution> |
55 |
| - <id>attach-sources</id> |
56 |
| - <goals> |
57 |
| - <goal>jar-no-fork</goal> |
58 |
| - </goals> |
59 |
| - </execution> |
60 |
| - </executions> |
61 |
| - </plugin> |
62 | 49 | <plugin>
|
63 | 50 | <groupId>org.apache.maven.plugins</groupId>
|
64 | 51 | <artifactId>maven-javadoc-plugin</artifactId>
|
65 |
| - <version>3.1.0</version> |
66 | 52 | <configuration>
|
67 |
| - <source>8</source> |
68 |
| - <quiet>true</quiet> |
| 53 | + <links> |
| 54 | + <link>https://docs.oracle.com/javase/8/docs/api/</link> |
| 55 | + <link>https://css4j.github.io/api/2.0/</link> |
| 56 | + <link>https://about.validator.nu/htmlparser/apidocs/</link> |
| 57 | + </links> |
69 | 58 | </configuration>
|
70 |
| - <executions> |
71 |
| - <execution> |
72 |
| - <id>attach-javadocs</id> |
73 |
| - <goals> |
74 |
| - <goal>jar</goal> |
75 |
| - </goals> |
76 |
| - </execution> |
77 |
| - </executions> |
78 | 59 | </plugin>
|
79 | 60 | <plugin>
|
80 | 61 | <groupId>org.apache.maven.plugins</groupId>
|
81 | 62 | <artifactId>maven-jar-plugin</artifactId>
|
82 |
| - <version>3.2.0</version> |
83 | 63 | <configuration>
|
84 | 64 | <archive>
|
85 | 65 | <manifestEntries>
|
|
113 | 93 | </testResource>
|
114 | 94 | </testResources>
|
115 | 95 | </build>
|
116 |
| - <reporting> |
117 |
| - <plugins> |
118 |
| - <plugin> |
119 |
| - <groupId>org.apache.maven.plugins</groupId> |
120 |
| - <artifactId>maven-javadoc-plugin</artifactId> |
121 |
| - <version>3.1.0</version> |
122 |
| - <configuration> |
123 |
| - <reportOutputDirectory>${project.build.directory}/doc</reportOutputDirectory> |
124 |
| - <destDir>api</destDir> |
125 |
| - </configuration> |
126 |
| - <reportSets> |
127 |
| - <reportSet> |
128 |
| - <id>default</id> |
129 |
| - <reports> |
130 |
| - <report>javadoc</report> |
131 |
| - </reports> |
132 |
| - </reportSet> |
133 |
| - </reportSets> |
134 |
| - </plugin> |
135 |
| - </plugins> |
136 |
| - </reporting> |
137 | 96 | <scm>
|
138 |
| - <connection>scm:git:https://github.com/css4j/css4j-awt.git</connection> |
| 97 | + <connection>scm:git:https://github.com/css4j/css4j-awt.git</connection> |
139 | 98 | <url>https://github.com/css4j/css4j-awt</url>
|
140 | 99 | </scm>
|
141 | 100 | <distributionManagement>
|
|
0 commit comments