What apps have great maven chicks and are good as examples maven capabilites

I am looking for applications that have "rich" maven pom (s) and can display many maven capabilities (plugins). These applications are needed as demo examples - how fast and how much it can be done using maven and the corresponding set of plugins.

There are no restrictions on technology or type of application - it must be disclosed and easily created. I'm not looking for the best, but yours to look at and build. In your examples, add comments on what cool features maven build projects offer.

Obviously, these pores will also inspire me to improve my own projects / other projects.

I personally found the Richfaces Photo Album Sample to be worth a look. This project (Java EE webapp) has a functional test with load and selenium, using scm plugin (svn export form), creating and deploying ear to jboss server.


Why not examples from maven books? These should be real projects to convince maven bosses / stakeholders / work partners.

Why can't I get the first maven generated project? Because usually projects (not all) are created only by maven and do not contain additional reports or plugins.

+2


source to share


1 answer


I find Maven bootstrap build funny: Build Maven to build Maven. Note that it is possible to install Maven with Maven already installed, but I'm not sure if this build shows extensive use of the feature set.

From this point of view, JBoss AS may already be the best example, but not the "best" example (if that makes sense). I actually like the XWiki build (Vincent Massol works there). Or Exo Platform one (Arnaud Heritier works there).



I'm sure XWiki and Exo Platform are good examples as their build manager has a deep knowledge of Maven (as more or less active maven committers): these collections are full of best practices, show the right way to do things, have clean module organization, etc. .d. In other words, they are "state of the art" with Maven.

+4


source







All Articles