shwstppr commented on issue #6601: URL: https://github.com/apache/cloudstack/issues/6601#issuecomment-1203551920
@ahmadamirahmadi007 I'm unable to reproduce this as well. Can you please try building apidoc module while providing profiles, ``` ⇒ mvn clean install -Dnoredist -P developer,systemvm -pl :cloud-apidoc OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Listening for transport dt_socket at address: 8787 WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] Scanning for projects... [INFO] [INFO] -----------------< org.apache.cloudstack:cloud-apidoc >----------------- [INFO] Building Apache CloudStack apidocs 4.17.1.0-SNAPSHOT [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ cloud-apidoc --- [INFO] Deleting /home/shwstppr/lab/shapeblue/cloudstack/tools/apidoc/target (includes = [**/*], excludes = []) [INFO] Deleting /home/shwstppr/lab/shapeblue/cloudstack/tools/apidoc (includes = [target, dist], excludes = []) [INFO] [INFO] --- maven-checkstyle-plugin:3.1.0:check (cloudstack-checkstyle) @ cloud-apidoc --- [INFO] Starting audit... Audit done. [INFO] [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ cloud-apidoc --- [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (compile) @ cloud-apidoc --- Scanned and found 684 APIs [INFO] [INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ cloud-apidoc --- [INFO] No site descriptor found: nothing to attach. [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (package) @ cloud-apidoc --- [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ cloud-apidoc --- [INFO] Installing /home/shwstppr/lab/shapeblue/cloudstack/tools/apidoc/pom.xml to /home/shwstppr/.m2/repository/org/apache/cloudstack/cloud-apidoc/4.17.1.0-SNAPSHOT/cloud-apidoc-4.17.1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 23.797 s [INFO] Finished at: 2022-08-03T12:15:40+05:30 [INFO] ------------------------------------------------------------------------ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
