If you want different configurations, you have few solutions: - Define a profile that use the most recent jdk and configure source/target parameters on the compiler plugin in each projects - Remove the group build definition and add a new build definition on each project linked with a specific profile.
Emmanuel On Feb 7, 2008 1:17 PM, sebb <[EMAIL PROTECTED]> wrote: > Just tried updating one of the HttpComponents projects. I changed the > profile to Java 1.4 for one of the projects, and now they all seem to > be using 1.4. > > Likewise changing the goals for one of the projects affects the other two. > > However, changing the notifiers seems to only affect the current project. > > Is this tied behaviour correct? > > If so, how can we build some projects in the group using 1.4 and some > using Java 5? >
