Hello, I'm guessing about this, but I want to be 100% sure - build sections outside of profiles are executed regardless of profiles, right? Like this: <profiles> <profile> 1 </profile> <profile> </profile> 2 </profiles> <build> </build>
The <build> section is executed for both profiles? Furthermore, how do configuration sections mix? I want to add a common plugin management section to my profiles, and I was thinking of adding it to a separate, top level build sections. I just want to make sure the configuration is inherited and merged into these profiles. Thank you, Costin. -- View this message in context: http://www.nabble.com/Build-section-outside-of-profiles-tp24569302p24569302.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
