This time it works great! 2 min 23 sec (in fastbuild) against 6 min. 38 sec (in normal build).
And "mvn clean install" really works too... The only ugly thing is this pretty well named "!must_stay_empty_property" property, but there's nothing we can do about it. I tried the "<activeByDefault>true</activeByDefault>" flag but it's not working because: "All profiles that are active by default are automatically deactivated when a profile in the pom is activated on the command line or through its activation config." as it is mentioned in this page [1]. Thanks, Pierre-Arnaud [1] - http://maven.apache.org/guides/introduction/introduction-to-profiles.html On Wed, Oct 1, 2008 at 3:33 PM, Felix Knecht <[EMAIL PROTECTED]> wrote: > Pierre-Arnaud Marcelot schrieb: > > Héhé... > > > > I've just seen the "!" trick on this page [1], and wanted to share > > this with you on the ML. > > > > You got me... ;) > > Hehe I was on the same page :-[ > > > > I'm going to test what you committed. > > > > Thanks, > > Pierre-Arnaud > > > > [1] - > > > http://techpolesen.blogspot.com/2007/08/maven-profiles-activation-by-property.html > > > > On Wed, Oct 1, 2008 at 3:25 PM, Felix Knecht <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]>> wrote: > > > > Pierre-Arnaud Marcelot schrieb: > > > On Wed, Oct 1, 2008 at 2:55 PM, Felix Knecht <[EMAIL PROTECTED] > > <mailto:[EMAIL PROTECTED]> > > > <mailto:[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>>> wrote: > > > > > > No, you're right. I was too enthusiastic about this. But I > > try to > > > use it > > > the other way round ... > > > > > > > > > Yeah. > > > > > > I tried to play with it. But I can't get it working... > > > I tried to define a default value for our property in the > > <properties> > > > tag, but this property is not recognize in the activation of a > > profile... > > > > > > Maven really needs improvements in that profile activation part... > > > > Please try may lately committed very hacky hack ;-) > > > > mvn clean install > > mvn install -Dfastbuild > > > > Felix > > > > PS: > > Hope it works ... > > > > > >
