Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 955 Bytes

README.adoc

File metadata and controls

25 lines (19 loc) · 955 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 much more.

Quick Start

Use the FlowLogix Quick Start web-based tool to download the starter project with one click, or use it to generate a maven or curl command line to run in the terminal.

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