Create Java project with Maven archetype com.liferay.portletmvc4spring.archetype.form.jsp.portlet

Maven archetype for PortletMVC4Spring with JSP form views

Create a Java Project by archetype com.liferay.portletmvc4spring.archetype.form.jsp.portlet with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.liferay.portletmvc4spring.archetype"   -DarchetypeArtifactId="com.liferay.portletmvc4spring.archetype.form.jsp.portlet"   -DarchetypeVersion="5.3.1"   -DinteractiveMode=false 

Details about maven archetype com.liferay.portletmvc4spring.archetype.form.jsp.portlet

License

License

GroupId

GroupId

com.liferay.portletmvc4spring.archetype
ArtifactId

ArtifactId

com.liferay.portletmvc4spring.archetype.form.jsp.portlet
Version

Version

5.3.1
Type

Type

maven-archetype
Description

Description

Form (JSP) Portlet Archetype
Maven archetype for PortletMVC4Spring with JSP form views
Project Organization

Project Organization

Liferay, Inc.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.liferay.portletmvc4spring.archetype -DarchetypeArtifactId=com.liferay.portletmvc4spring.archetype.form.jsp.portlet -DarchetypeVersion=5.3.1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.