Mvn archetype:generate is stuck in Generating project in Batch mode.

mvn archetype:generate card dies in Generating project in Batch mode

May.10,2022

this is because maven has a problem downloading archetype-catalog.xml . The solution is as follows:

manually download the archetype-catalog.xml file and place it in the root directory of the ~ / .m2 folder
maven create command followed by -DarchetypeCatalog=local specified as reading local archetype-catalog.xml

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7b775f-29c20.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7b775f-29c20.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?