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
If a child module is specified in parent pom file, but it's missing, then the error message is an exception stacktrace with IOError: [Errno 2] No such file or directory
It should show proper error message instead, something like:
ERROR: child module module-A of project project-B doesn't exist. Check parent pom file
The text was updated successfully, but these errors were encountered:
If a child module is specified in parent pom file, but it's missing, then the error message is an exception stacktrace with IOError: [Errno 2] No such file or directory
It should show proper error message instead, something like:
ERROR: child module module-A of project project-B doesn't exist. Check parent pom file
The text was updated successfully, but these errors were encountered: