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.


Benjamin

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

Reply via email to