-Pquick skips quite a lot of stuff, including examples. In your case, it was also skipping the itests module, and Maven isn't able to get those from Maven central (yet). The command I ran here, with a clean ~/.m2/repository took 58 minutes.
Jon On Thu, Sep 12, 2019 at 9:24 PM Emerson Castañeda <[email protected]> wrote: > Hi Jon > > Thank you for your reply > I am building directly from the repo on the tag (tomee-8.0.0) > > I have re-run the build removing -Pquick > > Now the process is going further, right now, (49/322) and going, it usually > takes about 25 minutes, I'm not sure why it is too long. > > Thanks > > Emerson > > On Thu, Sep 12, 2019 at 4:19 PM David Blevins <[email protected]> > wrote: > > > > On Sep 12, 2019, at 1:03 PM, Jonathan Gallimore < > > [email protected]> wrote: > > > > > > Also, I'll take a look at openejb-client, but I'm not too sure what do > > with > > > this conflict: > > > > > > javax/xml/ws/EndpointReference.class, > > javax/xml/ws/WebServiceFeature.class > > > and javax/xml/ws/wsaddressing/W3CEndpointReference.class: > > > > > > - javaee-api-8.0-2.jar > > > - openejb-client-8.0.0.jar > > > > > > Any thoughts? > > > > Only suspecting it might have already been there in a past release. > > > > If that's the case, IMO, any conflicts that were there in 7.x, we ignore > > for now. So if this one is status quo, it's fine. > > > > > > -David > > > > >
