mvn archetype:generate -DgroupId="com.mycompany.app" -DartifactId="my-app-id" -DarchetypeGroupId="com.apuntesdejava" -DarchetypeArtifactId="jakartaee9-essentials" -DarchetypeVersion="0.1" -DinteractiveMode=false
License |
License |
---|---|
GroupId | GroupIdcom.apuntesdejava |
ArtifactId | ArtifactIdjakartaee9-essentials |
Version | Version0.1 |
Type | Typemaven-archetype |
Description |
Descriptioncom.apuntesdejava:jakartaee9-essentials
This archetype allows you to create a Jakarta EE project
with the least amount of dependencies and plugins.
Includes an index.jsp file, and web.xml and persistence.xml files.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app> -DarchetypeGroupId=com.apuntesdejava -DarchetypeArtifactId=jakartaee9-essentials -DarchetypeVersion=0.1 -DinteractiveMode=false