dev@glassfish.java.net

Re: tweak to full build instructions

From: Joe Di Pol <joe.dipol_at_oracle.com>
Date: Tue, 28 Sep 2010 11:29:43 -0700

Jane Young wrote:
> There are some modules that require a clean (e.g. packager,
> distributions, some modules of admin-console) and that's why the poms
> in these modules have explicitly defined the maven-clean-plugin so clean
> is automatically invoked during initialize phase.
>
> IMO, the module that is causing rebuild not to work will need to
> explicitly define the maven-clean-plugin. Invoking "mvn install" should
> allow developer to rebuild without removing all the module's target
> directory. This used to work. I also noticed this regression that you
> pointed out when running QL after rebuilding the workspace with "mvn
> install"
>
> Do you know which module(s) that mandates a clean?

My experience is that v3/admin/config-api does, otherwise I seem to
loose crud commands.

Joe