Maven project structure

Maven plugin is used for creating JLupin Platform fat jars and deployable zip files. It is recommended to use plugin written for Maven for these tasks and to use Maven for project management.

Multi module project

Recommended project structure for multi module project can be found here in Maven plugin documentation.

Single module project

If you want to create only single microservice module (not multi module project) you can look at single module recommendations for native and servlet microservices.