Create Java project with Maven archetype docker-maven-java-app-archetype

Provides standard settings for http://www.fuin.org/ projects.

Create a Java Project by archetype docker-maven-java-app-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DpkgPath="My-pkgPath"   -DpkgName="My-pkgName"   -Ddescription="My-description"   -DappName="My-appName"   -Dcompany="My-company"   -DarchetypeGroupId="org.fuin.archetypes"   -DarchetypeArtifactId="docker-maven-java-app-archetype"   -DarchetypeVersion="0.2.0"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
pkgPath
validationRegex: none
pkgName
validationRegex: none
description
validationRegex: none
appName
validationRegex: none
company
validationRegex: none

Details about maven archetype docker-maven-java-app-archetype

License

License

GroupId

GroupId

org.fuin.archetypes
ArtifactId

ArtifactId

docker-maven-java-app-archetype
Version

Version

0.2.0
Type

Type

maven-archetype
Description

Description

Provides standard settings for http://www.fuin.org/ projects.
Project Organization

Project Organization

fuin.org (Germany)
Source Code Management

Source Code Management

https://github.com/fuinorg/docker-maven-java-app-archetype/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.fuin.archetypes -DarchetypeArtifactId=docker-maven-java-app-archetype -DarchetypeVersion=0.2.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.