Hi, I have a self made plugin which requires to get project.getArtifactSet(). As far as I understood this is done lazy, so depending on the state of the lifecycle this method returns differen results.
I want my plugin to get the compile dependencies, but not run automatically whenever "compile" is done by maven. How can I configure it, that if one starts the plugin, first compile is run and then my plugin with getArtifactSet returning something. Currently it returns an empty set when i just start my plugin. Thanks
