Skip to content

flowlogix/depchain

Repository files navigation

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