You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2017/09/26 05:53:00 UTC

[jira] [Created] (JCRVLT-206) auto import-statement too big in case no compiled classes found

Tobias Bocanegra created JCRVLT-206:
---------------------------------------

             Summary: auto import-statement too big in case no compiled classes found
                 Key: JCRVLT-206
                 URL: https://issues.apache.org/jira/browse/JCRVLT-206
             Project: Jackrabbit FileVault
          Issue Type: Improvement
          Components: package maven plugin
            Reporter: Tobias Bocanegra


In case an application package does not include any compiled classes (via htl or jsp), the auto-import uses all packages defined in the dependencies. this might be not desirable and should be made configurable.

workaround:
{noformat}
                    <importPackage>
                        -*
                    </importPackage>
{noformat}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)