Hi @nikita24tailor ,
You can create component in ui.apps and deploy only ui.apps module using following command by switching to apps module
cd .. ui.apps
mvn clean install -PautoInstallPackage
In this case you do not have to build any other modules before ui.apps.
However, it will work only in below case
- If it does have only HTL and/or HTML.
- Specific component shouldn't be referencing to any other module.
eg. HTL may refer to Sling Model.
In such case you will have 2 options
- Make those references available to ui.apps by keeping everything under ui.apps module. (which is not recommended)
- Make available those references and deploy through another project.
For more details: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/develo...
Hope that helps!
Regards,
Santosh
Santosh Sai

