Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 752 Bytes

README.adoc

File metadata and controls

23 lines (18 loc) · 752 Bytes

Dependency Chains for Maven

Introduction

Dramatically simplifies using Jakarta EE in your Maven projects. Features include automatic unit and integration testing, TestContainers support, and more.

Quick Start

Generate Example Project in current directory (no prompts)
mvn archetype:generate -DarchetypeGroupId=com.flowlogix.archetypes -DarchetypeArtifactId=starter \
-DarchetypeVersion=LATEST -DbaseType=payara -DinteractiveMode=false \
-DgroupId=com.example -DartifactId=example -Dpackage=com.example
Generate Example Project in current directory interactively
mvn archetype:generate -DarchetypeGroupId=com.flowlogix.archetypes -DarchetypeArtifactId=starter \
-DarchetypeVersion=LATEST