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). - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
