Create Java project with Maven archetype 1.2-basic


Create a Java Project by archetype 1.2-basic with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dmake-remotable="My-make-remotable"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DarchetypeGroupId="org.jboss.portletbridge.archetypes"   -DarchetypeArtifactId="1.2-basic"   -DarchetypeVersion="2.3.1.Final"   -DinteractiveMode=false 

Required parameters for generate java project:

make-remotable
validationRegex: none
groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none

Details about maven archetype 1.2-basic

GroupId

GroupId

org.jboss.portletbridge.archetypes
ArtifactId

ArtifactId

1.2-basic
Version

Version

2.3.1.Final
Type

Type

maven-archetype
Description

Description

JSF Portlet archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jboss.portletbridge.archetypes -DarchetypeArtifactId=1.2-basic -DarchetypeVersion=2.3.1.Final -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.