Has any one created a Bean Portlet in Liferay DXP ?
I followed up https://help.liferay.com/hc/en-us/articles/360028708772-Creating-a-Bean-Portlet and executed the command
mvn archetype:generate -DarchetypeGroupId=com.liferay -DarchetypeArtifactId=com.liferay.project.templates.cdi.bean.portlet -DarchetypeVersion=1.0.0 -DgroupId=com.mycompany -DartifactId=com.mycompany.demo.bean.portlet
But getting following Error.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.1.2:generate (default-cli) on project standalone-pom: The desired archetype does not exist (com.liferay:com.liferay.project.templates.cdi.bean.portlet:1.0.0) -> [Help 1]
Seems template is missing !
Thanks & Regards,
Parth Ghiya