Question

I'd like to introduce Maven to my fellow coworkers who mostly use Ant to build their projects.

One of my goal would be to show them the benefit of building a corporate repository to easily share reusable components. But first of all, I need to show them the basics.

I came across this question about presentation materials with a very good answer from Pascal. But I really need a demo project to actually show Maven in action, some sort of toy project, simple but complete enough to illustrate the basics (dependency management, multiple modules, unit testing, profiles, ...).

All what I have so far is a real life project which looks too complicated and noisy to focus on the basics.

I don't expect something complete and I'm ready to modify it to fit my needs. Anything preventing me to start from scratch would be helpful. Please note that I'd be happy to share whatever work I have to do to build this demo.

Was it helpful?

OTHER TIPS

You can choose from archetype list or you can find one for your favorite technology, e.g. gwt.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top