rquinio / l10n-maven-plugin

:abcd: Maven plugin to validate localization resources in Java properties files
MIT License
3 stars 1 forks source link

Multi-module reports #16

Closed jason-p-pickering closed 9 years ago

jason-p-pickering commented 9 years ago

Hi there. I came across this tool today, and looks like it is exactly what we need. Thanks a lot.

I have gone through the examples and am trying to setup a multi-module report, but am failing.

I tried the example from the source code (l10n-maven-plugin/src/it/report-multi-module) which runs fine. When generating the report from the main pom however, the individual modules sites are not linked correctly. Specifcally, these files are missing l10n-maven-plugin-report-multi-moduleA-it/index.html

What am I missing?

Thanks again for the great tool!

Regards, Jason

rquinio commented 9 years ago

Hi, glad you find the plugin useful ! It seems index.html is not generated by default, and needs to be explicitly added via maven-project-info-reports-plugin (cf https://issues.apache.org/jira/browse/MSITE-425) I've fixed it on report-multi-module IT, as reference.

jason-p-pickering commented 9 years ago

Hi Romain, Thanks again for your quick response and fix. This is now working for me, so I am closing the issue.

Regards, Jason