

How do I build other types of projects?.How do I deploy my jar in my remote repository?.How do I create a JAR and install it in my local repository?.How do I compile my test sources and run my unit tests?.How do I compile my application sources?.

How can Maven benefit my development process?.You can leave the build infrastructure to Maven! Sections Maven will, of course, work for small projects, but Maven shines in helping teams operate more effectively by allowing team members to focus on what the stakeholders of a project require. Before we jump into our examples we'll very briefly go over what Maven is and how it can help you with your daily work and collaborative efforts with team members. Ok, so you now have Maven installed and we're ready to go. If you have not done so please refer to the Download and Installation instructions. It is assumed at this point that you have downloaded Maven and installed Maven on your local machine. For users more familiar with Maven, this guide endeavours to provide a quick solution for the need at hand. For first time users, it is recommended that you step through the material in a sequential fashion. This guide is intended as a reference for those working with Maven for the first time, but is also intended to serve as a cookbook with self-contained references and solutions for common use cases.
