Hi, I wrote some MOJOs which use common data. This data depends on the structure of the project and can't be changed at runtime.
I would like to compute this information at the beginiing of the build process, and re-use it in each related goal. Ideally, the first goal should compute the data, and the following ones will just use it. Which is the best option? Are there any plugins already implementing such a strategy, so I can take a look at their source code?
