This issue has been created
There is 1 update.
 
 
XWiki Commons / cid:jira-generated-image-avatar-06d09a9c-77c6-44e9-872a-a38ea7bdd0d3 XCOMMONS-3595 Open

Error logs when executing javadoc goal in some modules

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-72eebd36-e4fe-4fb6-9ada-5970f3d20507 Simon Urli created this issue on 20/Mar/26 15:49
 
Summary: Error logs when executing javadoc goal in some modules
Issue Type: cid:jira-generated-image-avatar-06d09a9c-77c6-44e9-872a-a38ea7bdd0d3 Bug
Affects Versions: 17.10.4
Assignee: Unassigned
Components: Development Issues only
Created: 20/Mar/26 15:49
Priority: cid:jira-generated-image-static-major-cf87e803-f170-4844-b039-512ad36db220 Major
Reporter: Simon Urli
Description:

I obtained following logs when running mvn clean install -Pquality on xwiki-platform-user-directory-test-docker:

[INFO] --- javadoc:3.10.0:jar (attach-javadocs) @ xwiki-platform-user-directory-test-docker ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.10.0:javadoc' has not been previously called for the module: 'org.xwiki.platform:xwiki-platform-user-directory-ui:xar:18.3.0-SNAPSHOT'. Trying to invoke it...
[ERROR] Error occurred during initialization of VM, trying to use an empty MAVEN_OPTS...
[ERROR] MavenInvocationException: Error occurred during initialization of VM, try to reduce the Java heap size for the MAVEN_OPTS environment variable using -Xms:<size> and -Xmx:<size>.
 
 

1 update

 
cid:jira-generated-image-avatar-72eebd36-e4fe-4fb6-9ada-5970f3d20507 Changes by Simon Urli on 20/Mar/26 15:50
 
Description: I obtained following logs when running {{mvn clean install -Pquality ,integration-tests,docker }} on {{xwiki-platform-user -directory-test-docker }}:

{noformat}
[INFO] --- javadoc:3.10.0:jar (attach-javadocs) @ xwiki-platform-user-directory-test-docker ---
[INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.10.0:javadoc' has not been previously called for the module: 'org.xwiki.platform:xwiki-platform-user-directory-ui:xar:18.3.0-SNAPSHOT'. Trying to invoke it...
[ERROR] Error occurred during initialization of VM, trying to use an empty MAVEN_OPTS...
[ERROR] MavenInvocationException: Error occurred during initialization of VM, try to reduce the Java heap size for the MAVEN_OPTS environment variable using -Xms:<size> and -Xmx:<size>.
{noformat}