On 02/01/2011 10:55 AM, Jörg Schaible wrote:
Joachim Van der Auwera wrote:

Hi,

I have a build for a GWT module. This includes the GWT plug-in for
compilation (which is slow) and selenium integration tests (slow again).

Some of the developers use m2eclipse for development, so we have
configured the GWT compilation to be disabled when the m2e.version
property is set (this is the only way we have found to discover the use
of m2eclipse).

We would like to be able to disable either GWT compilation using
-DskipGwt on the command line and/or disable selenium tests to be run
using -DskipSelenium.

Our pom currently contains the following profile configuration
(excluding profile details):
Activation is only supported for system properties, project properties (i.e.
properties defined in a POM) cannot be supported. Profile evaluation happens
before any project evaluation (it has to).
Thanks for the info.
Do you think it makes sense to implement allowing expressions like "!skipGWT && !m2e.version" for activation of a profile?

Kind regards,
Joachim

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to