MVN

com.apuntesdejava : jakartaee9-essentials

Maven & Gradle

Jul 06, 2022
0 stars

com.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.

mvn archetype:generate -DarchetypeGroupId=com.apuntesdejava -DarchetypeArtifactId=jakartaee9-essentials -DarchetypeVersion=0.2
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.apuntesdejava : jakartaee9-essentials to generate a Maven project - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of com.apuntesdejava : jakartaee9-essentials to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.2
jakartaee9-essentials-0.2
0.1
jakartaee9-essentials-0.1

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=com.apuntesdejava -DarchetypeArtifactId=jakartaee9-essentials -DarchetypeVersion=0.2