Create Java project with Maven archetype microbean-archetype-bean-archive

microBean™ Archetype Bean Archive

Create a Java Project by archetype microbean-archetype-bean-archive with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgithubUserId="My-githubUserId"   -DgroupId="My-groupId"   -DprojectName="My-projectName"   -Dversion="My-version"   -DarchetypeGroupId="org.microbean"   -DarchetypeArtifactId="microbean-archetype-bean-archive"   -DarchetypeVersion="0.2.1"   -DinteractiveMode=false 

Required parameters for generate java project:

githubUserId
validationRegex: none
groupId
validationRegex: none
projectName
validationRegex: none
version
validationRegex: none

Details about maven archetype microbean-archetype-bean-archive

License

License

GroupId

GroupId

org.microbean
ArtifactId

ArtifactId

microbean-archetype-bean-archive
Version

Version

0.2.1
Type

Type

maven-archetype
Description

Description

microBean™ Archetype Bean Archive
microBean™ Archetype Bean Archive
Project URL

Project URL

https://microbean.github.io/microbean-archetype-bean-archive
Project Organization

Project Organization

microBean™
Source Code Management

Source Code Management

https://github.com/microbean/microbean-archetype-bean-archive/

How to add to project

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