Details
-
Task
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
-
Empty show more show less
-
Empty show more show less
Description
Magnolia can't be built (with reactor or just -core, for instance), without maven-bundle-plugin. But maven-bundle-plugin also needs magnolia-core to build itself.
This only shows up if you're in offline mode and have none of these 2 in your local repo. It would also happen when trying to build a new version.
Not sure how to resolve this though, but I'm suspecting the maven-bundle-plugin is only used/useful when actually building the bundles - i.e not from reactor but only through the bundle.sh script.
If that's the case, then I don't think the maven-bundle-plugin needs to be referenced at all in magnolia's parent pom or it could just be activated in the magnolia module, and simply "registered" in the main pom using <pluginManagement> (and then be part of the reactor'd build)