Hi, Bertrand Delacretaz schrieb: > Hi, > > The full Sling build currently fails (in the launchpad/app module) if > the org.apache.sling.extensions.threaddump bundle is not present in > one's local Maven repository, instead of building that threaddump > module first. Maven tries to build launchpad/app before > extensions/threaddump, that's wrong. > > In launchpad/app/pom.xml, the org.apache.sling.extensions.threaddump > is only listed in the maven-dependency-plugin config, so it does not > appear when running mvn dependency:resolve for example - which > explains why the Maven reactor doesn't see the dependency. > > Listing org.apache.sling.extensions.threaddump as an explicit > <dependency> in that pom would fix things, but is there a simpler way?
Hmm, good point. I cannot imagine right now a better option, other than listing threaddump as a dependency. I will do that. Regards Felix
