sziszo commented on pull request #3318: URL: https://github.com/apache/ambari/pull/3318#issuecomment-957276098
I successfully executed the command that failed during the PR check. (Apache Maven 3.8.3) ``` $ mvn -T 2C -am test -pl ambari-web,ambari-admin -Dmaven.artifact.threads=10 -Drat.skip Picked up _JAVA_OPTIONS: -Xmx2048m -XX:MaxPermSize=512m -Djava.awt.headless=true OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0 [INFO] Scanning for projects... ... [INFO] [INFO] --- apache-rat-plugin:0.12:check (default) @ ambari-web --- [INFO] RAT will not execute since it is configured to be skipped via system property 'rat.skip'. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Ambari Main 2.7.5.0.0: [INFO] [INFO] Ambari Main ........................................ SUCCESS [ 0.505 s] [INFO] Apache Ambari Project POM .......................... SUCCESS [ 0.006 s] [INFO] Ambari Web ......................................... SUCCESS [01:24 min] [INFO] Ambari Admin View .................................. SUCCESS [ 22.725 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:28 min (Wall Clock) [INFO] Finished at: 2021-11-02T10:11:10+01:00 [INFO] ------------------------------------------------------------------------ ``` The build issues in the ambari-infra and ambari-logsearch are due to the latest maven, as it blocks the external http repositories since the 3.8.1. I don't think fixing it is part of this PR as it works with previous maven releases (Apache Maven 3.6.3). -- 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]
