Create Java project with Maven archetype PESample-archetype

Simple archetype to create a Portal Engine project

Create a Java Project by archetype PESample-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.smyld.app.pe"   -DarchetypeArtifactId="PESample-archetype"   -DarchetypeVersion="1.0.9"   -DinteractiveMode=false 

Details about maven archetype PESample-archetype

License

License

GroupId

GroupId

org.smyld.app.pe
ArtifactId

ArtifactId

PESample-archetype
Version

Version

1.0.9
Type

Type

maven-archetype
Description

Description

PESample-archetype
Simple archetype to create a Portal Engine project
Project URL

Project URL

http://www.smyld.org
Project Organization

Project Organization

SMYLD
Source Code Management

Source Code Management

https://github.com/MFJamil/smyld-java

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.smyld.app.pe -DarchetypeArtifactId=PESample-archetype -DarchetypeVersion=1.0.9 -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.