Le Sat, 25 Sep 2010 17:30:39 +0200, Benjamin Bentmann <[email protected]> a écrit :
> Tony Chemit wrote: > > > There is a profile in the parent pom (org.nuiton:mavenpom4labs:2.2.5) [...]: > > > > <plugin> > > <artifactId>maven-enforcer-plugin</artifactId> > > <executions> > > <execution> > > <id>check-email-file</id> > > <goals> > > <goal>enforce</goal> > > </goals> > > <phase>validate</phase> > > <inherited>false</inherited> > > [...] > > It finds the validate phase (otherwise the build will failed) but nothing > > is done (says the plugins executions declared in the profile are not fired). > > That's expected behavior given the plugin executions have > inherited=false set. The relevant JIRA issue for this is MNG-4129. > Ok I have tried without the inherited parameter and it works :) Thansk for the tip Benjamin. > > Benjamin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: [email protected] http://www.codelutin.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
