JiaLiangC opened a new pull request, #4207: URL: https://github.com/apache/ambari/pull/4207
Issue: [AMBARI-26652](https://issues.apache.org/jira/browse/AMBARI-26652) ## What changes were proposed in this pull request? Disable the obsolete ambari-views build-tarball execution. Its assembly descriptor is intentionally empty, the artifact is not consumed by Ambari packages, and Maven Assembly Plugin 3.8.0 rejects it because it defines no formats. ## How was this patch tested? The focused Maven reactor build passed with Maven 3.9.9 and JDK 17. The prior No formats specified failure no longer occurs. ```shell mvn -B clean package -pl ambari-views -am -DskipTests -Dmaven.test.skip=true -Drat.skip=true ``` Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
