mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DdatabaseHost="My-databaseHost" -DdatabaseUsername="My-databaseUsername" -DdatabasePassword="My-databasePassword" -DdatabaseName="My-databaseName" -DapplicationTitle="My-applicationTitle" -DdebugEmail="My-debugEmail" -DSMTPServer="My-SMTPServer" -DSMTPFrom="My-SMTPFrom" -DSMTPUsername="My-SMTPUsername" -DSMTPPassword="My-SMTPPassword" -DarchetypeGroupId="com.premiumminds" -DarchetypeArtifactId="pm-wicket-archetype" -DarchetypeVersion="3.1" -DinteractiveMode=false
| License |
License |
|---|---|
| GroupId | GroupIdcom.premiumminds |
| ArtifactId | ArtifactIdpm-wicket-archetype |
| Version | Version3.1 |
| Type | Typemaven-archetype |
| Description |
Descriptionpm-wicket-archetype
Template to create a web application with Wicket + Guice + Hibernate
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.premiumminds -DarchetypeArtifactId=pm-wicket-archetype -DarchetypeVersion=3.1 -DinteractiveMode=false