Create Java project with Maven archetype jnario-archetype

Maven archetype for setting up a jnario project.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DsourceEncoding="My-sourceEncoding"   -DarchetypeGroupId="org.jnario"   -DarchetypeArtifactId="jnario-archetype"   -DarchetypeVersion="1.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

sourceEncoding
validationRegex: none

Details about maven archetype jnario-archetype

License

License

Eclipse Public License v1.0
GroupId

GroupId

org.jnario
ArtifactId

ArtifactId

jnario-archetype
Version

Version

1.0.0
Type

Type

maven-archetype
Description

Description

Create a simple Jnario project
Maven archetype for setting up a jnario project.
Project URL

Project URL

http://jnario.org
Project Organization

Project Organization

BMW Car IT
Source Code Management

Source Code Management

https://github.com/sebastianbenz/Jnario

How to add to project

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