Quick Guide to Maven for Axis 2.0

Introduction

Maven is used as the build tool of Axis 2.0. This document will provide a quick guide to use maven with your developments.

Commands

Command
Description
maven
download relevant jars, if not available and compile and run tests of the system
maven clean Clean all the stuff build so far, that are in the target folder. This will not clean the jar repository.
maven test
run only the tests. Will do automatic compilation of changed sources as well
maven -g
List down all the commands available with maven
maven site
generate this site
maven idea
generate IDEA .ipr, .iml and .iws project files
maven eclipse
generate project files for eclipse.