Create Java project with Maven archetype li.strolch.mvn.archetype.main

Module build for strolch

Create a Java Project by archetype li.strolch.mvn.archetype.main with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DappName="My-appName"   -DarchetypeGroupId="li.strolch"   -DarchetypeArtifactId="li.strolch.mvn.archetype.main"   -DarchetypeVersion="1.6.100"   -DinteractiveMode=false 

Required parameters for generate java project:

appName
validationRegex: none

Details about maven archetype li.strolch.mvn.archetype.main

License

License

GroupId

GroupId

li.strolch
ArtifactId

ArtifactId

li.strolch.mvn.archetype.main
Version

Version

1.6.100
Type

Type

maven-archetype
Description

Description

Module build for strolch
Project Organization

Project Organization

Strolch

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=li.strolch -DarchetypeArtifactId=li.strolch.mvn.archetype.main -DarchetypeVersion=1.6.100 -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.