[
https://issues.apache.org/jira/browse/JCRVLT-206?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tobias Bocanegra resolved JCRVLT-206.
-------------------------------------
Resolution: Fixed
Fix Version/s: package-maven-plugin-1.0.0
fixed in r1809809.
changes:
- by default, packages from unused dependencies are not included if the project
does not compile any classes
- added new property: {{importUnusedPackages}} that forces the generation of
import-package statements if the project does not compile any classes
> 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
> Assignee: Tobias Bocanegra
> Fix For: package-maven-plugin-1.0.0
>
>
> 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)