We have seen in the last post , An introduction to Maven, an overall perspective about Maven and its main features.
Maven allows us to create a project from either command line or with our prefered IDE. But before starting, it is a good idea remenbering what an archetype is, an archetype is an easy artefact that creates a project’s skeleton (prototype).With Maven we can create new projects through an archetype.
Read the rest of this entry »