|
322 | 322 | All Rights Reserved. Use is subject to license terms.]]>
|
323 | 323 | </bottom>
|
324 | 324 | <links>
|
325 |
| - <link>http://jax-rs-spec.java.net/nonav/2.0/apidocs</link> |
| 325 | + <link>http://jersey.java.net/apidocs-javax.jax-rs/2.0.1</link> |
326 | 326 | <link>http://hk2.java.net/nonav/hk2-api/apidocs</link>
|
327 |
| - <link>http://docs.oracle.com/javaee/7/api</link> |
328 | 327 | </links>
|
329 | 328 | <excludePackageNames>
|
330 | 329 | *.internal.*:*.tests.*
|
|
333 | 332 | <exclude>bundles/**</exclude>
|
334 | 333 | </sourceFileExcludes>
|
335 | 334 | <verbose />
|
| 335 | + <additionalparam>-Xdoclint:none</additionalparam> |
336 | 336 | </configuration>
|
337 | 337 | <executions>
|
338 | 338 | <execution>
|
|
753 | 753 | <module>examples</module>
|
754 | 754 | </modules>
|
755 | 755 | </profile>
|
| 756 | + <profile> <!-- bundles module will be automatically included unless bundles.excluded env variable is set --> |
| 757 | + <id>bundlesIncluded</id> |
| 758 | + <activation> |
| 759 | + <activeByDefault>false</activeByDefault> |
| 760 | + <property> |
| 761 | + <name>!bundles.excluded</name> |
| 762 | + </property> |
| 763 | + </activation> |
| 764 | + <modules> |
| 765 | + <module>bundles</module> |
| 766 | + </modules> |
| 767 | + </profile> |
756 | 768 | <profile> <!-- test-framework module will be automatically included unless test-framework.excluded env variable is set -->
|
757 | 769 | <id>testFrameworkIncluded</id>
|
758 | 770 | <activation>
|
|
1203 | 1215 | and/or its affiliates.
|
1204 | 1216 | All Rights Reserved. Use is subject to license terms.]]>
|
1205 | 1217 | </bottom>
|
1206 |
| - <!-- TODO: add 'javax.ws.rs*' to excludePackageNames whenever links works. --> |
1207 | 1218 | <excludePackageNames>
|
1208 | 1219 | com.sun.ws.rs.ext:*.examples.*:*.internal.*:*.tests.*
|
1209 | 1220 | </excludePackageNames>
|
1210 |
| - <!-- TODO: links still not working :-( --> |
1211 | 1221 | <links>
|
1212 |
| - <link>http://jax-rs-spec.java.net/nonav/2.0/apidocs</link> |
| 1222 | + <link>http://jersey.java.net/apidocs-javax.jax-rs/2.0.1</link> |
1213 | 1223 | <link>http://hk2.java.net/${hk2.version}/apidocs</link>
|
1214 | 1224 | </links>
|
| 1225 | + <additionalparam>-Xdoclint:none</additionalparam> |
1215 | 1226 | </configuration>
|
1216 | 1227 | <reportSets>
|
1217 | 1228 | <reportSet>
|
|
1280 | 1291 | <modules>
|
1281 | 1292 | <module>archetypes</module>
|
1282 | 1293 | <module>bom</module>
|
1283 |
| - <module>bundles</module> |
1284 | 1294 | <module>connectors</module>
|
1285 | 1295 | <module>containers</module>
|
1286 | 1296 |
|
|
0 commit comments