Skip to content

Commit 82f29f7

Browse files
Remove no longer needed Javadoc links [ECR-3329] (#1008)
Remove links needed previously to link types between modules, published separately. Light client will have to update its link to the new one once it migrates to Exonum Java 0.7.x.
1 parent ee36fb9 commit 82f29f7

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

exonum-java-binding/pom.xml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -421,29 +421,7 @@
421421
<configuration>
422422
<source>${java.compiler.source}</source>
423423
<doclint>none</doclint>
424-
<!-- Allow fetching links below -->
425-
<isOffline>false</isOffline>
426424
<detectOfflineLinks>false</detectOfflineLinks>
427-
<links>
428-
<!-- Published Exonum API docs. Only the modules that are dependencies of
429-
other modules are listed here.
430-
431-
To generate release Javadocs, a two-step process is required:
432-
0. Bump version.
433-
1. Generate Javadocs for the given version. They won't have cross-references,
434-
because no Javadocs have been published on the website.
435-
2. Upload them to the website.
436-
3. Re-generate Javadocs. This time the Javadocs will be available
437-
on the website, and cross-references will be added.
438-
4. Upload the new ones.
439-
440-
Our web-site seems to be the only one compatible with javadoc tool —
441-
the Javadocs published on javadoc.io, github.io (guava and vertx)
442-
do not work.
443-
-->
444-
<link>https://exonum.com/doc/api/java-binding-common/${project.version}</link>
445-
<link>https://exonum.com/doc/api/java-binding-core/${project.version}</link>
446-
</links>
447425
<additionalJOption>${maven.javadoc.joption}</additionalJOption>
448426
</configuration>
449427
<executions>

exonum-light-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@
256256
<!-- Allow fetching external resources to generate links -->
257257
<isOffline>false</isOffline>
258258
<links>
259+
<!-- todo: Update when upgraded to 0.7 to new link: https://exonum.com/doc/api/java-binding/${ejb.version} -->
259260
<link>https://exonum.com/doc/api/java-binding-common/${ejb.version}</link>
260261
</links>
261262
</configuration>

0 commit comments

Comments
 (0)