jira-importer commented on issue #1046: URL: https://github.com/apache/maven-scm/issues/1046#issuecomment-2964642685
**[Robert Scholte](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=rfscholte)** commented When you call a phase or goal, Maven will first analyze the project structure. In your case: you have the root pom of a multimodule project, but the modules are missing, hence the exception. With `-N` you tell Maven to only execute the phase or goal on the current pom.xml. So Maven has no need to analyze the project structure and can execute it. So I'd say it is the right usage. There's no other way to solve this. I'll keep it open for documentation -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
