Pearl1594 commented on issue #6515: URL: https://github.com/apache/cloudstack/issues/6515#issuecomment-1170759656
@jaspercloud can you verify the version of mvn: 1. check if mvn is installed, run: `which mvn` ``` $ which mvn /usr/bin/mvn ``` 2. check the version: `mvn -version` ``` $ mvn -version OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Listening for transport dt_socket at address: 8787 Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 11.0.15, vendor: Private Build, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-110-generic", arch: "amd64", family: "unix" ``` -- 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]
