I'm not sure any openejb branch has been made to work with the release plugin. The last time I had this problem, in a geronimo build, it was due to quite a few modules not being included in the standard build, sometimes because we didn't want to release them (mostly the testsuite). What worked for me in geronimo was to
- make a profile "all-submodules" that included all the submodules, and use that in the release process - for the modules we didn't want to release, configure the deploy plugin with <skip>true</skip> With this, I got the release plugin to increment all the module versions, and only released the modules I wanted. grep was definitely my friend when working this out. hope this helps.... david jencks On Sep 23, 2011, at 6:27 AM, Ivan wrote: > Yes, but all these things should be done by release plugin, that makes me > feel confusion .... > > 2011/9/23 Jeff Genender <[email protected]> > >> grep -r -l SNAPSHOT * >> >> ;-) >> >> Jeff >> >> On Sep 23, 2011, at 7:11 AM, Ivan wrote: >> >>> I may miss something in the release process, there are still some >> SNAPSHOT >>> not removed in the pom files. Thanks for pointing it out, Jon ! >>> >>> 2011/9/23 Ivan <[email protected]> >>> >>>> Thanks, Jonathan, no sure why there is still 3.0.4-SNAPSHOT in the >> pom.xml >>>> files. Will cancel this vote, and try it later. >>>> >>>> >>>> 2011/9/23 Kevan Miller <[email protected]> >>>> >>>>> Where are the source distributions? What are we voting on? >>>>> >>>>> --kevan >>>>> On Sep 21, 2011, at 11:58 AM, Ivan wrote: >>>>> >>>>>> Hi, >>>>>> Let's vote for Apache OpenEJB 3.0.4, this release is mostly for the >>>>>> incoming Geronimo 2.1.8. >>>>>> Comparing with the last version, only two JIRAs are included : >>>>>> >>>>>> OPENEJB-1091: Cause of RollbackException swallowed >>>>>> OPENEJB-1258 Boolean conversion problem in ejb-jar.xml >>>>>> >>>>>> binary repository : >>>>>> >>>>> >> https://repository.apache.org/content/repositories/orgapacheopenejb-087/ >>>>>> >>>>>> source codes : >>>>>> https://svn.apache.org/repos/asf/openejb/tags/openejb-3.0.4 >>>>>> >>>>>> Vote will be open for 72 hours. >>>>>> >>>>>> [ ] +1 approve >>>>>> [ ] +0 no opinion >>>>>> [ ] -1 disapprove (and reason why) >>>>>> >>>>>> -- >>>>>> Ivan >>>>> >>>>> >>>> >>>> >>>> -- >>>> Ivan >>>> >>> >>> >>> >>> -- >>> Ivan >> >> > > > -- > Ivan
