You are right, you can set it to null with -Dtomee-plugin.classifier= but then there are some other issues.
Here is the associated issue and the patch fixing it https://issues.apache.org/jira/browse/TOMEE-1114 Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-01-31 Chris Christo <[email protected]>: > I tried that too, but it results in the default being set instead which is > 'web profile'. And then obviously the artefact can't be resolved: > > org.apache.openejb:openejb-standalone:zip:webprofile:4.6.0 > > > > On 31 Jan 2014, at 12:15, Romain Manni-Bucau <[email protected]> wrote: > >> null is set this way: <tomeeClassifier /> not with "null" string >> Romain Manni-Bucau >> Twitter: @rmannibucau >> Blog: http://rmannibucau.wordpress.com/ >> LinkedIn: http://fr.linkedin.com/in/rmannibucau >> Github: https://github.com/rmannibucau >> >> >> >> 2014-01-31 Chris Christo <[email protected]>: >>> I gave that a shot, however the tomee plugin wants a classifier property >>> (otherwise it sets its to web profile as default). Obviously the >>> openejb-standalone has no classifier. >>> >>> I've tried setting >>> >>> <tomeeClassifier></tomeeClassifier> >>> or >>> <tomeeClassifier>null</tomeeClassifier> >>> >>> but alas to no effect. Do you know a way around this? or will the >>> tomee-plugin code have to be updated to accept null for the >>> 'tomeeClassifier' option? >>> >>> Chris >>> >>> >>> >>> On 26 Jan 2014, at 18:45, Romain Manni-Bucau <[email protected]> wrote: >>> >>>> <configuration> >>>> <tomeeArtifactId>openejb-standalone</tomeeArtifactId> >>>> <tomeeVersion>4.6.0</tomeeVersion> >>>> </configuration> >>>> >>>> I guess >>>> Romain Manni-Bucau >>>> Twitter: @rmannibucau >>>> Blog: http://rmannibucau.wordpress.com/ >>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau >>>> Github: https://github.com/rmannibucau >>>> >>>> >>>> >>>> 2014-01-26 Chris Christo <[email protected]>: >>>>> Just to clarify what you are saying Romain, you mean its possible to use >>>>> the existing tomee-maven-plugin to copy over the openejb-standalone >>>>> rather than a tome copy when running the tome:build command? So all it >>>>> takes is some config when declaring the maven plugin in your own project? >>>>> If this is correct, you don't have any idea what the config should be do >>>>> you? >>>>> >>>>> >>>>> >>>>> On 22 Jan 2014, at 13:34, Romain Manni-Bucau <[email protected]> >>>>> wrote: >>>>> >>>>>> I didnt test but it should be possible once configured to use tomee >>>>>> mvn plugin with openejb-standalone since the code supports both. >>>>>> Romain Manni-Bucau >>>>>> Twitter: @rmannibucau >>>>>> Blog: http://rmannibucau.wordpress.com/ >>>>>> LinkedIn: http://fr.linkedin.com/in/rmannibucau >>>>>> Github: https://github.com/rmannibucau >>>>>> >>>>>> >>>>>> >>>>>> 2014/1/22 Chris Christo <[email protected]>: >>>>>>> Hi Guys, >>>>>>> >>>>>>> Thanks for getting back to me. >>>>>>> >>>>>>> @David, just a few questions. >>>>>>> >>>>>>> 1) There seems to be two JIRAs, one for TomEE and one for OpenEJB. Are >>>>>>> both actively used I take it? If so then my assumption is to use the >>>>>>> OpenEJB one for the plugin and the deb file creation. I've created an >>>>>>> Apache JIRA account (ChrisChristo) so will post a new JIRA item as soon >>>>>>> as I can. >>>>>>> >>>>>>> 2) Ok will sign the apache license, I was reading the Apache site that >>>>>>> I must send it to [email protected], would you like me to CC you >>>>>>> specifically in that email? >>>>>>> >>>>>>> >>>>>>> @Romain, yes I saw the openejb-embedded-plugin but it was not what I >>>>>>> wanted at the time. I wanted something more along the lines of the >>>>>>> tomee-maven-plugin which copies the tomee/openejb files into target. >>>>>>> >>>>>>> P.S I think I only ever got as far as creating the build mojo ('mvn >>>>>>> openejb:build') which is all I wanted anyway, as I would just run 'sh >>>>>>> target/apache-openejb/bin start' if I wanted to start the instance. >>>>>>> I'll have a look and add the license headers and change package names >>>>>>> etc. >>>>>>> >>>>>>> Chris. >>>>>>> >>>>>>> >>>>>>> On 9 Jan 2014, at 12:44, Mohammad Nour El-Din <[email protected]> >>>>>>> wrote: >>>>>>> >>>>>>>> Hi Chris >>>>>>>> >>>>>>>> 1st of all thanks a lot for your interest in OpenEJB and more that >>>>>>>> you want to get more involved to get TomEE/OpenEJB better thats really >>>>>>>> a good spirit and merit that we totally appreciate in Apache Software >>>>>>>> Foundation in general >>>>>>>> >>>>>>>> My 1st advice is to look into JIRA and see whether you find an issue >>>>>>>> that you would like to pick, or even suggest things that you would >>>>>>>> like to work on and create issues for it and drop an e-mail here that >>>>>>>> you work on them >>>>>>>> >>>>>>>> If you need any help we are more than welcome to give you the help you >>>>>>>> need >>>>>>>> >>>>>>>> Good luck ;) >>>>>>>> >>>>>>>> On Thu, Jan 9, 2014 at 1:33 PM, Chris Christo <[email protected]> wrote: >>>>>>>>> Hi, >>>>>>>>> >>>>>>>>> I have been using OpenEJB for the last year and would like to get >>>>>>>>> more involved. >>>>>>>>> >>>>>>>>> Some things I have written already for my use are an >>>>>>>>> openejb-maven-plugin and added deb file creation to the >>>>>>>>> openejb-assembly/openejb-standalone. >>>>>>>>> >>>>>>>>> I would also like to beef up the documentation :) >>>>>>>>> >>>>>>>>> If anyone can point me in the right direction to get started that >>>>>>>>> would be great! >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> >>>>>>>>> Chris >>>>>>>>> >>>>>>>>> @ChrisChristo7 >>>>>>>>> { https://twitter.com/ChrisChristo7 } >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Thanks >>>>>>>> - Mohammad Nour >>>>>>>> ---- >>>>>>>> "Life is like riding a bicycle. To keep your balance you must keep >>>>>>>> moving" >>>>>>>> - Albert Einstein >>>>>>> >>>>> >>> >
