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="2.0.3"   -DinteractiveMode=false 

Details about maven archetype lb-copy-archetype

License

License

GroupId

GroupId

org.kualigan.maven.archetypes
ArtifactId

ArtifactId

lb-copy-archetype
Version

Version

2.0.3
Type

Type

maven-archetype
Description

Description

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

Project Organization

Kualigan

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=2.0.3 -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.