We define three profiles within the POM: equinox38, equinox37, and equinox35. Each profile would use the maven-paxexam-plugin and point to a particular version of equinox. The equinox38 profile would be active by default. To run one of the others, you would specify -P equinox37 or -P equinox35 on the command line. Is that the type of switch you were thinking of?
John > > Re: Aries Build 1701 with Aries Bug 931 included > > Thanks John. I was wondering if there's anyway of supplying a simple switch > to go back to 3.7 or 3.5. > > Cheers, Jeremy > On Oct 5, 2012 5:20 PM, "John W Ross" <[email protected]> wrote: > > > > > > > Note that starting with build 1701 [1], you see a reduction by half in the > > number of application itests being executed. This is because previously the > > same set of tests were run twice, once on equinox 3.5 and once on 3.7, > > whereas now they run once on 3.8. > > > > John > > > > [1] https://builds.apache.org/job/Aries/1701/
