mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.vaadin" -DarchetypeArtifactId="vaadin-archetype-portlet" -DarchetypeVersion="1.0.0" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.vaadin |
| ArtifactId | ArtifactIdvaadin-archetype-portlet |
| Version | Version1.0.0 |
| Type | Typemaven-archetype |
| Description |
DescriptionVaadin portlet2 archetype
This archetype creates a simple porlet with required Vaadin dependencies. In addition to standard JSR 286 configurations the archetype also adds liferay specific configuration files, but they shoudn't affect other portals.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.vaadin -DarchetypeArtifactId=vaadin-archetype-portlet -DarchetypeVersion=1.0.0 -DinteractiveMode=false