Component report should accept multiple root packages
-----------------------------------------------------
Key: TAP5-1348
URL: https://issues.apache.org/jira/browse/TAP5-1348
Project: Tapestry 5
Issue Type: Improvement
Components: tapestry-component-report
Affects Versions: 5.2.3
Reporter: Igor Drobiazko
Priority: Minor
It is possible to have multiple root packages inside a JAR file but it is only
possible to generate the component reference for a single root package. The
component report should accept multiple root packages.
<configuration>
<rootPackages>
<rootPackage>foo.bar.baz</rootPackage>
<rootPackage>org.example</rootPackage>
</rootPackages>
</configuration>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.