Create Java project with Maven archetype maven-archetype-jar

For a standard LGPL Java library generation

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dname="My-name"   -DarchetypeGroupId="org.irenical"   -DarchetypeArtifactId="maven-archetype-jar"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

name
validationRegex: none

Details about maven archetype maven-archetype-jar

License

License

GroupId

GroupId

org.irenical
ArtifactId

ArtifactId

maven-archetype-jar
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

JAR Archetype
For a standard LGPL Java library generation
Project URL

Project URL

https://github.com/tiagosimao/norm
Project Organization

Project Organization

Irenical

How to add to project

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