Hi Glen,

IMHO:
- for a fresh new checkout working copy : "mvn install" is enough
- for a checkout working copy used for some days: it should be "mvn clean" && "svn update" && "mvn install", because in some scenarios there has custom "clean" process in pom.xml, i.e. the outputs of maven doesn't always locate in target directory, so you need clean it before updating.

Cheers,
--Alex


Glen Mazza wrote:
Team,

In building CXF[1], the guide just says for us to run "mvn install" --
but I incurred errors as a result that appear to be gone (so far, it's
still running) if I run "mvn clean" first.  Do we need to explicitly run
an "mvn clean" command before running "mvn install", or does the install
command include the clean one by default?  I'll update the Wiki if we
need to run clean first.

Thanks,
Glen

[1] http://incubator.apache.org/cxf/building.html


Reply via email to