How to determine what artifacts are built from a maven reactor plan (ie: including sub modules)?
(Note: this question was originally posed by Dan Allen on Google+ here: https://plus.google.com/114112334290393746697/posts/G6BLNgjyqeQ ) If I ran 'mvn install', what artifacts would it install? Or, if I ran 'mvn deploy', what artifacts would it deploy? This would likely be a fairly straightforward plugin to write, but I don't want to re-invent this if it's already available somewhere programmatically. It seems like this should be readily available somewhere. Jörn Horstmann As Andrew Logvinov already commented, any maven plugin could attach additional artifacts. So I don't think this would be