How/why is this site generated with Maven?
Apache Maven is
It also provides a seamless integration with Continuum, a continous integration server:a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
The term "continuous integration" refers to a process that builds and tests code on a frequent, regular basis.
Although no real artifacts are involved here (such as JAR, WAR or EAR files), the project site generation facility of Maven is used, since it offers:
Eventually, I only had to invest some time into the modifications of the velocity template and the stylesheet to make the look-and-feel of my home page suit my taste.
| [top] |
How can I give feed-back?
Look at the contact section.
| [top] |