slawekjaranowski opened a new issue, #12064:
URL: https://github.com/apache/maven/issues/12064

   ### Affected version
   
   4.x, 3.x
   
   ### Bug description
   
   When we have a multi module project and we have dependencies between modules
   
   ```
   mvn site 
   ```
   
   will fail as dependencies are not resolved
   
   adding compile phase resolve a problem, like
   
   ```
   mvn compile site 
   ```
   
   It can be something special with `default` and `site` lifecycles


-- 
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]

Reply via email to