Create Java project with Maven archetype schemacrawler-archetype-plugin-command


Create a Java Project by archetype schemacrawler-archetype-plugin-command with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="us.fatehi"   -DarchetypeArtifactId="schemacrawler-archetype-plugin-command"   -DarchetypeVersion="14.10.02"   -DinteractiveMode=false 

Details about maven archetype schemacrawler-archetype-plugin-command

GroupId

GroupId

us.fatehi
ArtifactId

ArtifactId

schemacrawler-archetype-plugin-command
Version

Version

14.10.02
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=us.fatehi -DarchetypeArtifactId=schemacrawler-archetype-plugin-command -DarchetypeVersion=14.10.02 -DinteractiveMode=false