JakartaJEEWebDevelopment

Jakarta JEE8 Enterprise Web Development

View on GitHub

Maven 3 - Eclipse Configuration and setup tutorial

Starting with our Github created project that we imported into Eclipse in one of our previous lessons

1. Create a new Eclipse project using parent-pom from mojo pom-root archetype

https://stackoverflow.com/questions/6328778/how-to-create-an-empty-multi-module-maven-project Move the generated POM to our original project and run mvn clean package

Convert to Maven Project

Use locally installed Maven version

Update settings.xml according to your work-place requirements

JEE 8 Webapp Git Start Branch
Github two factor Authentication with Eclipse (Understand Token Generation process)

2. Create a new sub-module inside the POM-ROOT module using:

Maven Archetype webapp-javaee7

JEE 8 Webapp Git Finish Branch