Create Java project with Maven archetype lb-copy-archetype

Archetype used when copying databases. Creates a database project for the lb-maven-project to use in copying/exporting a database

Create a Java Project by archetype lb-copy-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.kualigan.maven.archetypes"   -DarchetypeArtifactId="lb-copy-archetype"   -DarchetypeVersion="1.1.7"   -DinteractiveMode=false 

Details about maven archetype lb-copy-archetype

GroupId

GroupId

org.kualigan.maven.archetypes
ArtifactId

ArtifactId

lb-copy-archetype
Version

Version

1.1.7
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.kualigan.maven.archetypes -DarchetypeArtifactId=lb-copy-archetype -DarchetypeVersion=1.1.7 -DinteractiveMode=false