You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[INFO] --- javadoc:3.3.0:jar (attach-javadocs) @ vaadin-quarkus-common-test-code ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc' has not been previously called for the module: 'com.vaadin:test-addon-with-jandex:jar:1.1-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /Users/pczuczor/Projects/quarkus/integration-tests/test-addons/addon-with-jandex/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc' has not been previously called for the module: 'com.vaadin:test-addon-without-jandex:jar:1.1-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /Users/pczuczor/Projects/quarkus/integration-tests/test-addons/addon-without-jandex/target/apidocs
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.3.0:javadoc' has not been previously called for the module: 'com.vaadin:custom-websockets:jar:1.1-SNAPSHOT'. Trying to invoke it...
[WARNING] Creating fake javadoc directory to prevent repeated invocations: /Users/pczuczor/Projects/quarkus/integration-tests/custom-websocket-dependency/target/apidocs
[ERROR] Error fetching link: /Users/pczuczor/Projects/quarkus/integration-tests/test-addons/addon-with-jandex/target/apidocs. Ignored it.
[ERROR] Error fetching link: /Users/pczuczor/Projects/quarkus/integration-tests/test-addons/addon-without-jandex/target/apidocs. Ignored it.
[ERROR] Error fetching link: /Users/pczuczor/Projects/quarkus/integration-tests/custom-websocket-dependency/target/apidocs. Ignored it.
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /Users/pczuczor/Projects/quarkus/integration-tests/common-test-code/target/vaadin-quarkus-common-test-code-1.1-SNAPSHOT-javadoc.jar
[INFO]
Expected behaviour:
To have a successful build without ERRORs in the logs (if possible to do it with a build param or other way), maybe documentation is enough as well to fix this.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
mvn clean install
// in root directoryThe build will be successful eventually,
but having missleading build logs like:
Expected behaviour:
To have a successful build without ERRORs in the logs (if possible to do it with a build param or other way), maybe documentation is enough as well to fix this.
The text was updated successfully, but these errors were encountered: