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
In a plain maven project (e.g. generating with the maven archetype) attempting to run-local produces:
Execution default-cli of goal com.lightbend.cloudflow:cloudflow-maven-plugin:2.1.1:run-local failed: A required class was missing while executing com.lightbend.cloudflow:cloudflow-maven-plugin:2.1.1:run-local: org/junit/rules/TestRule
A simple workaround is to add the dependency to the plugin in the pom.xml file:
In a plain maven project (e.g. generating with the maven archetype) attempting to
run-localproduces:A simple workaround is to add the dependency to the plugin in the
pom.xmlfile: