-
Notifications
You must be signed in to change notification settings - Fork 52
Closed
Description
Right now the analysisConfigurationFiles config section takes paths or files:
<analysisConfigurationFiles>
<file>${project.basedir}/config/filter.json</file>
<file>${project.basedir}/config/ignore.json</file>
<file>
<path>${project.basedir}/config/json-data-for-many-things.json</path>
<roots>
<root>configuration/revapi</root>
</roots>
</file>
</analysisConfigurationFiles>
It would be nice to refactor the code at
| private void gatherConfig(AnalysisContext.Builder ctxBld) throws MojoExecutionException { |
file:///...).
This would allow storing the analysis configuration externally. One example would be to store it in a wiki page. This could make it simpler to edit and generate reports from it directly inside the wiki.
Metadata
Metadata
Assignees
Labels
No labels