Create Java project with Maven archetype eclipse-jemo-maven-archetype

The maven archetype that helps to create an Eclipse Jemo application with the proper pom file and an example class per Jemo development pattern.

Create a Java Project by archetype eclipse-jemo-maven-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DpluginId="My-pluginId"   -Dusername="My-username"   -Dpassword="My-password"   -DjemoEndpoint="My-jemoEndpoint"   -DarchetypeGroupId="org.eclipse.jemo"   -DarchetypeArtifactId="eclipse-jemo-maven-archetype"   -DarchetypeVersion="1.2"   -DinteractiveMode=false 

Required parameters for generate java project:

pluginId
validationRegex: none
username
validationRegex: none
password
validationRegex: none
jemoEndpoint
validationRegex: none

Details about maven archetype eclipse-jemo-maven-archetype

License

License

GroupId

GroupId

org.eclipse.jemo
ArtifactId

ArtifactId

eclipse-jemo-maven-archetype
Version

Version

1.2
Type

Type

maven-archetype
Description

Description

The Eclipse Jemo maven archetype
The maven archetype that helps to create an Eclipse Jemo application with the proper pom file and an example class per Jemo development pattern.
Project URL

Project URL

https://github.com/eclipse/jemo/tree/master/maven-archetype
Source Code Management

Source Code Management

https://github.com/eclipse/jemo

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.eclipse.jemo -DarchetypeArtifactId=eclipse-jemo-maven-archetype -DarchetypeVersion=1.2 -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.