gnodet commented on PR #954: URL: https://github.com/apache/maven/pull/954#issuecomment-1387156322
> > > ... in order to be able to partially run mvn test. > > > > > > I'm not sure I understand. You mean "run `mvn test` on a multi-module project without requiring the user to have ran `mvn package` first"? > > Yes. I haven't removed this part in this PR. If the main artifacts have not been packaged, they will point to the `target/classes`. I've been able to remove [the check to load the packaged artifacts](https://github.com/apache/maven/pull/954/commits/197b743db736adf419627f56456e2d4b13f2d2e7). -- 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]
