mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DjdkVersion="My-jdkVersion" -DpayaraMicroVersion="My-payaraMicroVersion" -DautoBindHttp="My-autoBindHttp" -DaddConcurrentApi="My-addConcurrentApi" -DaddResourceApi="My-addResourceApi" -DaddJBatchApi="My-addJBatchApi" -DaddMicroprofileApi="My-addMicroprofileApi" -DaddJcache="My-addJcache" -DaddPayaraApi="My-addPayaraApi" -DdeployWar="My-deployWar" -DcontextRoot="My-contextRoot" -DarchetypeGroupId="fish.payara.maven.archetypes" -DarchetypeArtifactId="payara-micro-maven-archetype" -DarchetypeVersion="1.4.0" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdfish.payara.maven.archetypes |
ArtifactId | ArtifactIdpayara-micro-maven-archetype |
Version | Version1.4.0 |
Type | Typemaven-archetype |
Description |
DescriptionPayara Micro Archetype
Archetype for Payara Micro application.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=fish.payara.maven.archetypes -DarchetypeArtifactId=payara-micro-maven-archetype -DarchetypeVersion=1.4.0 -DinteractiveMode=false