mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DpluginName="My-pluginName" -DarchetypeGroupId="net.sf.squirrel-sql.plugins" -DarchetypeArtifactId="squirrelsql-plugin-archetype" -DarchetypeVersion="3.5.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdnet.sf.squirrel-sql.plugins |
ArtifactId | ArtifactIdsquirrelsql-plugin-archetype |
Version | Version3.5.0 |
Type | Typemaven-archetype |
Description |
DescriptionSQuirreL Plugin Archetype
This project produces the maven archetype that can be used to generate a SQuirreL
Plugin
maven project. The project that is produced contains an Example plugin that demonstrates the use
of key plugin APIs.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=net.sf.squirrel-sql.plugins -DarchetypeArtifactId=squirrelsql-plugin-archetype -DarchetypeVersion=3.5.0 -DinteractiveMode=false