You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…oal configured
This allows Shamrock to work in multi-module project, the dev goal will only
be run for the actual shamrock app, not parent poms or support libraries.
…oal configured
This allows Shamrock to work in multi-module project, the dev goal will only
be run for the actual shamrock app, not parent poms or support libraries.
I have a maven project structure with three modules, module core has REST endpoints (dependes on shamrock-jaxrs-deployment).
parent
/ config
/ core
I want to be able to run the
mvn compile shamrock:dev
from the parent folder.The text was updated successfully, but these errors were encountered: