When using daemon start/stop artifacts of the project are not being resolved, resulting in the Cargo Maven2 plugin not being able to find (some) dependencies.
For example, when using a project with packaging pom, to deploy a previously built WAR webapp, the following error is received:
"Artifact [testgroup:testartifact:war] is not a dependency of the project."
Event though it was specified as a project dependency with type WAR.
To fix this, add @requiresDependencyResolution to the start and stop daemon mojo.