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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay