Good thing to know thanks Martijn :) On Wed, Sep 3, 2008 at 7:23 AM, Martijn Dashorst <[EMAIL PROTECTED]> wrote: > > The maven dependency would be: > > <dependency> > <groupId>org.apache.openejb</groupId> > <artifactId>openejb</artifactId> > <version>4.0</version> > <classifier>ejb31</classifier> > </dependency> > > Martijn > > > David Blevins wrote: >> >> >> On Sep 1, 2008, at 7:34 AM, Martijn Dashorst wrote: >> >>> >>> You could of course adopt a more contrived numbering scheme: >>> >>> openejb-4.0-ejb31.jar >>> >>> using the maven classifiers as a way to denote which version of ejb >>> you'd >>> like to support. This opens up the possibility to support both >>> ejb-3.0 and >>> ejb 3.1 with a open ejb 4.0 release (which might introduce specific >>> features >>> that provide upwards compatibility to ejb 3.1), though you really >>> don't have >>> to do so. >> >> I never took the time to figure out that classifier stuff. How would >> one declare a maven dep on the above artifact? >> >>> Just my 2cts (was triggered by the referecne to Wicket :) >> >> We'll count it as $2 due to inflation :) >> >> -David >> >> >> > > -- > View this message in context: > http://www.nabble.com/Getting-near-release-time-tp18080713p19283089.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com. > >
-- Thanks - Mohammad Nour
