DEV Community

Cover image for My Maven Archetype for Java Command Line Projects
Marco Brandizi
Marco Brandizi

Posted on

My Maven Archetype for Java Command Line Projects

A window manager is a computer application that eases the use of multiple shell sessions at the same time.

In this post, I’ll show you can create Maven projects that spawn command line tools, so that your users can easily use them to run a Java CLI having complex argument parsing and management of dependencies.

Everything is based on a real project, which provides a Maven archetype, ie, a template, to build your own CLI Maven projects, without the need to start from scratch every time.

More, here

(image source, Wikipedia)

Top comments (0)