vishesh92 opened a new pull request, #10909: URL: https://github.com/apache/cloudstack/pull/10909
### Description This PR fixes the below warnings which appear while building cloudstack. ``` [WARNING] The following plugins are not marked as thread-safe in Apache CloudStack Client UI: [WARNING] ru.concerteza.buildnumber:maven-jgit-buildnumber-plugin:1.2.6 [WARNING] [WARNING] Enable debug to see precisely which goals are not marked as thread-safe. ---- [WARNING] The following plugins are not marked @threadSafe in Apache CloudStack Developer Mode: [WARNING] org.codehaus.mojo:properties-maven-plugin:1.0-alpha-2 [WARNING] Enable debug to see more precisely which goals are not marked @threadSafe. ---- [WARNING] While downloading mysql:mysql-connector-java:8.0.33 This artifact has been relocated to com.mysql:mysql-connector-j:8.0.33. MySQL Connector/J artifacts moved to reverse-DNS compliant Maven 2+ coordinates. --- [INFO] --- exec:3.2.0:exec (package) @ cloud-marvin --- [WARNING] [stderr] /home/vishesh/lab/cloudstack/tools/marvin/mvn-setup.py:36: SyntaxWarning: invalid escape sequence '\s' [WARNING] [stderr] needle = '\nVERSION\s*=\s*[\'"][^\'"]*[\'"]' [WARNING] [stderr] Warning: 'platforms' should be a list, got type 'tuple' [INFO] [stdout] running sdist [INFO] [stdout] running egg_info [INFO] [stdout] writing Marvin.egg-info/PKG-INFO [INFO] [stdout] writing dependency_links to Marvin.egg-info/dependency_links.txt [INFO] [stdout] writing entry points to Marvin.egg-info/entry_points.txt [INFO] [stdout] writing requirements to Marvin.egg-info/requires.txt [INFO] [stdout] writing top-level names to Marvin.egg-info/top_level.txt [INFO] [stdout] reading manifest template 'MANIFEST.in' [WARNING] [stderr] warning: no files found matching '*.txt' under directory 'docs' [INFO] [stdout] adding license file 'LICENSE.txt' [INFO] [stdout] writing manifest file 'Marvin.egg-info/SOURCES.txt' [INFO] [stdout] running check [WARNING] [stderr] warning: sdist: standard file not found: should have one of README, README.rst, README.txt, README.md [WARNING] [stderr] [INFO] [stdout] creating marvin- ``` <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. --> <!-- For new features, provide link to FS, dev ML discussion etc. --> <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. --> <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged --> <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" --> <!-- Fixes: # --> <!--- ******************************************************************************* --> <!--- NOTE: AUTOMATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. --> <!--- PLEASE PUT AN 'X' in only **ONE** box --> <!--- ******************************************************************************* --> ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [x] build/CI - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [x] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [ ] Minor - [x] Trivial ### Screenshots (if appropriate): ### How Has This Been Tested? <!-- Please describe in detail how you tested your changes. --> <!-- Include details of your testing environment, and the tests you ran to --> #### How did you try to break this feature and the system with this change? <!-- see how your change affects other areas of the code, etc. --> <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document --> -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org