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 ExecMavenMojo, it tries to create the file for the module path always under target/modulepath. This doesn't work if invoked from the root of a multi-module build for one of the modules (it'd have to be %mymodule%/target/modulepath then), and also fails if the user has configured another directory than target as their build directory.