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?

-Bertrand

Reply via email to